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