Package io.rong.message
Class LogCmdMessage
-
- All Implemented Interfaces:
public class LogCmdMessage
This 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 String
uri
public String
logId
public String
platform
public String
packageName
public long
startTime
public long
endTime
public boolean
cloudControl
public final static Creator<LogCmdMessage>
CREATOR
-
Constructor Summary
Constructors Constructor Description LogCmdMessage(Array<byte> data)
LogCmdMessage(Parcel in)
-
Method Summary
Modifier and Type Method Description String
getUri()
String
getLogId()
String
getPlatform()
String
getPackageName()
long
getStartTime()
long
getEndTime()
boolean
getCloudControl()
void
setCloudControl(boolean cloudControl)
Array<byte>
encode()
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
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()
-
-
-
-