public class FastLogGroup extends Object
| 构造器和说明 |
|---|
FastLogGroup(byte[] rawBytes,
int offset,
int length) |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getBytes() |
int |
getByteSize() |
String |
getCategory() |
byte[] |
getCategoryBytes() |
List<FastLog> |
getLogs() |
FastLog |
getLogs(int i) |
int |
getLogsCount() |
FastLogTag |
getLogTags(int i) |
int |
getLogTagsCount() |
String |
getMachineUUID() |
byte[] |
getMachineUUIDBytes() |
String |
getSource() |
byte[] |
getSourceBytes() |
List<FastLogTag> |
getTags() |
String |
getTopic() |
byte[] |
getTopicBytes() |
boolean |
hasCategory() |
boolean |
hasMachineUUID() |
boolean |
hasSource() |
boolean |
hasTopic() |
public byte[] getBytes()
public int getByteSize()
public String getCategory()
public String getTopic()
public String getSource()
public String getMachineUUID()
public byte[] getCategoryBytes()
public byte[] getTopicBytes()
public byte[] getSourceBytes()
public byte[] getMachineUUIDBytes()
public int getLogTagsCount()
public FastLogTag getLogTags(int i)
public List<FastLogTag> getTags()
public int getLogsCount()
public FastLog getLogs(int i)
public boolean hasCategory()
public boolean hasTopic()
public boolean hasSource()
public boolean hasMachineUUID()
Copyright © 2020. All Rights Reserved.