-
- 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.LoggetLogs(int index)repeated .Log Logs = 1;abstract intgetLogsCount()repeated .Log Logs = 1;abstract StringgetCategory()optional string Category = 2;abstract ByteStringgetCategoryBytes()optional string Category = 2;abstract StringgetTopic()optional string Topic = 3;abstract ByteStringgetTopicBytes()optional string Topic = 3;abstract StringgetSource()optional string Source = 4;abstract ByteStringgetSourceBytes()optional string Source = 4;abstract StringgetMachineUUID()optional string MachineUUID = 5;abstract ByteStringgetMachineUUIDBytes()optional string MachineUUID = 5;abstract List<LogBean.LogTag>getLogTagsList()repeated .LogTag LogTags = 6;abstract LogBean.LogTaggetLogTags(int index)repeated .LogTag LogTags = 6;abstract intgetLogTagsCount()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;
-
-
-
-