public class LogGroupData extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Logs.LogGroup |
mLogGroup |
protected ArrayList<LogItem> |
mLogs |
protected String |
mMachineUUID |
protected String |
mReserved |
protected String |
mSource |
protected String |
mTopic |
| 构造器和说明 |
|---|
LogGroupData()
Construct a empty LogGroup
|
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()
已过时。
|
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
public LogGroupData()
public LogGroupData(Logs.LogGroup logGroup)
public LogGroupData(LogGroupData logGroup)
public Logs.LogGroup GetLogGroup()
public void SetLogGroup(Logs.LogGroup mLogGroup)
protected void AutoDeserilize()
@Deprecated public ArrayList<LogItem> GetAllLogs()
@Deprecated public LogItem GetLogByIndex(int index)
index - the index of log array@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 setpublic String GetTopic()
@Deprecated public void SetTopic(String topic)
topic - the topic to setpublic String GetSource()
@Deprecated public void SetSource(String source)
source - the source to setpublic String GetMachineUUID()
@Deprecated public void SetMachineUUID(String machineUUID)
Copyright © 2016. All Rights Reserved.