public class LogGroupData extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
LogGroupData()
Construct a empty LogGroup
|
LogGroupData(byte[] rawBytes,
int offset,
int length,
String requestId) |
LogGroupData(LogGroupData logGroup)
Deprecated.
|
LogGroupData(Logs.LogGroup logGroup) |
LogGroupData(String reserved,
String topic,
String source,
String mMachineUUID,
ArrayList<LogItem> logs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AutoDeserilize() |
ArrayList<LogItem> |
GetAllLogs()
Deprecated.
|
FastLogGroup |
GetFastLogGroup() |
LogItem |
GetLogByIndex(int index)
Deprecated.
|
Logs.LogGroup |
GetLogGroup() |
String |
GetMachineUUID()
Deprecated.
|
int |
getRawSize() |
String |
GetReserved()
Deprecated.
|
String |
GetSource()
Deprecated.
|
String |
GetTopic()
Deprecated.
|
void |
SetAllLogs(ArrayList<LogItem> logs)
Deprecated.
|
void |
SetLogGroup(Logs.LogGroup mLogGroup) |
void |
SetMachineUUID(String machineUUID)
Deprecated.
|
void |
SetReserved(String reserved)
Deprecated.
|
void |
SetSource(String source)
Deprecated.
|
void |
SetTopic(String topic)
Deprecated.
|
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)
public int getRawSize()
Copyright © 2025. All Rights Reserved.