public class LogGroup extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
mMachineUUID |
| Constructor and Description |
|---|
LogGroup() |
LogGroup(List<LogItem> items) |
LogGroup(List<LogItem> items,
List<TagContent> tags,
String topic,
String source) |
| Modifier and Type | Method and Description |
|---|---|
List<LogItem> |
getLogItems() |
List<TagContent> |
getLogTags() |
String |
getMachineUUID() |
String |
getSource() |
String |
getTopic() |
byte[] |
serializeToPb() |
void |
setMachineUUID(String mMachineUUID) |
void |
setSource(String mSource) |
void |
setTopic(String mTopic) |
protected String mMachineUUID
public String getTopic()
public void setTopic(String mTopic)
public String getSource()
public void setSource(String mSource)
public String getMachineUUID()
public void setMachineUUID(String mMachineUUID)
public List<TagContent> getLogTags()
public byte[] serializeToPb()
throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.