Package io.rong.message
Class LogCmdMessage
-
- All Implemented Interfaces:
public class LogCmdMessage
全量日志长传消息
该消息由日志服务器发送,用来收集一定范围时间内 IM 连接相关的日志,用于排查问题
-
-
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()
-
-
-
-