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