Serializablepublic class LogGroupData extends Object implements Serializable
| 修饰符和类型 | 字段 | 说明 |
|---|---|---|
protected int |
length |
|
protected FastLogGroup |
mFastLogGroup |
|
protected Logs.LogGroup |
mLogGroup |
|
protected ArrayList<LogItem> |
mLogs |
|
protected String |
mMachineUUID |
|
protected String |
mRequestId |
|
protected String |
mReserved |
|
protected String |
mSource |
|
protected String |
mTopic |
|
protected int |
offset |
|
protected byte[] |
rawBytes |
| 构造器 | 说明 |
|---|---|
LogGroupData() |
Construct a empty LogGroup
|
LogGroupData(byte[] rawBytes,
int offset,
int length,
String requestId) |
|
LogGroupData(LogGroupData logGroup) |
已过时。
|
LogGroupData(Logs.LogGroup logGroup) |
|
LogGroupData(String reserved,
String topic,
String source,
String mMachineUUID,
ArrayList<LogItem> logs) |
已过时。
|
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
protected void |
AutoDeserilize() |
|
ArrayList<LogItem> |
GetAllLogs() |
已过时。
|
FastLogGroup |
GetFastLogGroup() |
|
LogItem |
GetLogByIndex(int index) |
已过时。
|
Logs.LogGroup |
GetLogGroup() |
|
String |
GetMachineUUID() |
已过时。
|
String |
GetReserved() |
已过时。
|
String |
GetSource() |
已过时。
|
String |
GetTopic() |
已过时。
|
void |
SetAllLogs(ArrayList<LogItem> logs) |
已过时。
|
void |
SetLogGroup(Logs.LogGroup mLogGroup) |
|
void |
SetMachineUUID(String machineUUID) |
已过时。
|
void |
SetReserved(String reserved) |
已过时。
|
void |
SetSource(String source) |
已过时。
|
void |
SetTopic(String topic) |
已过时。
|
protected String mReserved
protected String mTopic
protected String mSource
protected String mMachineUUID
protected Logs.LogGroup mLogGroup
protected FastLogGroup mFastLogGroup
protected byte[] rawBytes
protected int offset
protected int length
protected String mRequestId
public LogGroupData()
public LogGroupData(byte[] rawBytes,
int offset,
int length,
String requestId)
public LogGroupData(Logs.LogGroup logGroup)
@Deprecated public LogGroupData(LogGroupData logGroup)
public Logs.LogGroup GetLogGroup() throws LogException
LogExceptionpublic void SetLogGroup(Logs.LogGroup mLogGroup)
public FastLogGroup GetFastLogGroup()
protected void AutoDeserilize()
throws LogException
LogException@Deprecated public ArrayList<LogItem> GetAllLogs() throws LogException
LogException@Deprecated public LogItem GetLogByIndex(int index) throws LogException
index - the index of log arrayLogException@Deprecated public void SetAllLogs(ArrayList<LogItem> logs)
logs - the logs to set@Deprecated public String GetReserved()
@Deprecated public void SetReserved(String reserved)
reserved - the reserved to set@Deprecated public String GetTopic()
@Deprecated public void SetTopic(String topic)
topic - the topic to set@Deprecated public String GetSource()
@Deprecated public void SetSource(String source)
source - the source to set@Deprecated public String GetMachineUUID()
@Deprecated public void SetMachineUUID(String machineUUID)
Copyright © 2018. All Rights Reserved.