Package io.rong.message
Class LogCmdMessage
-
- All Implemented Interfaces:
public class LogCmdMessageThis message is sent by the log server to collect IM connection-related logs within a specific time range for troubleshooting purposes.
-
-
Field Summary
Fields Modifier and Type Field Description public Stringuripublic StringlogIdpublic Stringplatformpublic StringpackageNamepublic longstartTimepublic longendTimepublic booleancloudControlpublic final static Creator<LogCmdMessage>CREATOR
-
Constructor Summary
Constructors Constructor Description LogCmdMessage(Array<byte> data)LogCmdMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description StringgetUri()StringgetLogId()StringgetPlatform()StringgetPackageName()longgetStartTime()longgetEndTime()booleangetCloudControl()voidsetCloudControl(boolean cloudControl)Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
Constructor Detail
-
LogCmdMessage
LogCmdMessage(Array<byte> data)
-
LogCmdMessage
LogCmdMessage(Parcel in)
-
-
Method Detail
-
getUri
String getUri()
-
getLogId
String getLogId()
-
getPlatform
String getPlatform()
-
getPackageName
String getPackageName()
-
getStartTime
long getStartTime()
-
getEndTime
long getEndTime()
-
getCloudControl
boolean getCloudControl()
-
setCloudControl
void setCloudControl(boolean cloudControl)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-