-
- All Implemented Interfaces:
-
com.tds.protobuf.MessageLiteOrBuilder
public interface LogBean.LogGroupOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<LogBean.Log>
getLogsList()
repeated .Log Logs = 1;
abstract LogBean.Log
getLogs(int index)
repeated .Log Logs = 1;
abstract int
getLogsCount()
repeated .Log Logs = 1;
abstract String
getCategory()
optional string Category = 2;
abstract ByteString
getCategoryBytes()
optional string Category = 2;
abstract String
getTopic()
optional string Topic = 3;
abstract ByteString
getTopicBytes()
optional string Topic = 3;
abstract String
getSource()
optional string Source = 4;
abstract ByteString
getSourceBytes()
optional string Source = 4;
abstract String
getMachineUUID()
optional string MachineUUID = 5;
abstract ByteString
getMachineUUIDBytes()
optional string MachineUUID = 5;
abstract List<LogBean.LogTag>
getLogTagsList()
repeated .LogTag LogTags = 6;
abstract LogBean.LogTag
getLogTags(int index)
repeated .LogTag LogTags = 6;
abstract int
getLogTagsCount()
repeated .LogTag LogTags = 6;
-
-
Method Detail
-
getLogsList
abstract List<LogBean.Log> getLogsList()
repeated .Log Logs = 1;
-
getLogs
abstract LogBean.Log getLogs(int index)
repeated .Log Logs = 1;
-
getLogsCount
abstract int getLogsCount()
repeated .Log Logs = 1;
-
getCategory
abstract String getCategory()
optional string Category = 2;
-
getCategoryBytes
abstract ByteString getCategoryBytes()
optional string Category = 2;
-
getTopicBytes
abstract ByteString getTopicBytes()
optional string Topic = 3;
-
getSourceBytes
abstract ByteString getSourceBytes()
optional string Source = 4;
-
getMachineUUID
abstract String getMachineUUID()
optional string MachineUUID = 5;
-
getMachineUUIDBytes
abstract ByteString getMachineUUIDBytes()
optional string MachineUUID = 5;
-
getLogTagsList
abstract List<LogBean.LogTag> getLogTagsList()
repeated .LogTag LogTags = 6;
-
getLogTags
abstract LogBean.LogTag getLogTags(int index)
repeated .LogTag LogTags = 6;
-
getLogTagsCount
abstract int getLogTagsCount()
repeated .LogTag LogTags = 6;
-
-
-
-