-
- All Implemented Interfaces:
-
com.tds.protobuf.MessageLiteOrBuilder
public interface LogBean.LogOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetTime()UNIX Time Formatoptional uint32 Time = 1;abstract List<LogBean.LogContent>getContentsList()repeated .LogContent Contents = 2;abstract LogBean.LogContentgetContents(int index)repeated .LogContent Contents = 2;abstract intgetContentsCount()repeated .LogContent Contents = 2;-
-
Method Detail
-
getTime
abstract int getTime()
UNIX Time Formatoptional uint32 Time = 1;
-
getContentsList
abstract List<LogBean.LogContent> getContentsList()
repeated .LogContent Contents = 2;
-
getContents
abstract LogBean.LogContent getContents(int index)
repeated .LogContent Contents = 2;
-
getContentsCount
abstract int getContentsCount()
repeated .LogContent Contents = 2;
-
-
-
-