-
- All Implemented Interfaces:
-
com.tds.common.tracker.entities.LogBean.LogOrBuilder,com.tds.protobuf.MessageLite.Builder,com.tds.protobuf.MessageLiteOrBuilder,java.lang.Cloneable
public final class LogBean.Log.Builder extends GeneratedMessageLite.Builder<LogBean.Log, LogBean.Log.Builder> implements LogBean.LogOrBuilder
Protobuf type
{@code Log}
-
-
Method Summary
Modifier and Type Method Description intgetTime()UNIX Time Formatoptional uint32 Time = 1;LogBean.Log.BuildersetTime(int value)UNIX Time Formatoptional uint32 Time = 1;LogBean.Log.BuilderclearTime()UNIX Time Formatoptional uint32 Time = 1;List<LogBean.LogContent>getContentsList()repeated .LogContent Contents = 2;intgetContentsCount()repeated .LogContent Contents = 2;LogBean.LogContentgetContents(int index)repeated .LogContent Contents = 2;LogBean.Log.BuildersetContents(int index, LogBean.LogContent value)repeated .LogContent Contents = 2;LogBean.Log.BuildersetContents(int index, LogBean.LogContent.Builder builderForValue)repeated .LogContent Contents = 2;LogBean.Log.BuilderaddContents(LogBean.LogContent value)repeated .LogContent Contents = 2;LogBean.Log.BuilderaddContents(int index, LogBean.LogContent value)repeated .LogContent Contents = 2;LogBean.Log.BuilderaddContents(LogBean.LogContent.Builder builderForValue)repeated .LogContent Contents = 2;LogBean.Log.BuilderaddContents(int index, LogBean.LogContent.Builder builderForValue)repeated .LogContent Contents = 2;LogBean.Log.BuilderaddAllContents(Iterable<out LogBean.LogContent> values)repeated .LogContent Contents = 2;LogBean.Log.BuilderclearContents()repeated .LogContent Contents = 2;LogBean.Log.BuilderremoveContents(int index)repeated .LogContent Contents = 2;-
Methods inherited from class com.tds.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.tds.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.tds.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.tds.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTime
int getTime()
UNIX Time Formatoptional uint32 Time = 1;
-
setTime
LogBean.Log.Builder setTime(int value)
UNIX Time Formatoptional uint32 Time = 1;
-
clearTime
LogBean.Log.Builder clearTime()
UNIX Time Formatoptional uint32 Time = 1;
-
getContentsList
List<LogBean.LogContent> getContentsList()
repeated .LogContent Contents = 2;
-
getContentsCount
int getContentsCount()
repeated .LogContent Contents = 2;
-
getContents
LogBean.LogContent getContents(int index)
repeated .LogContent Contents = 2;
-
setContents
LogBean.Log.Builder setContents(int index, LogBean.LogContent value)
repeated .LogContent Contents = 2;
-
setContents
LogBean.Log.Builder setContents(int index, LogBean.LogContent.Builder builderForValue)
repeated .LogContent Contents = 2;
-
addContents
LogBean.Log.Builder addContents(LogBean.LogContent value)
repeated .LogContent Contents = 2;
-
addContents
LogBean.Log.Builder addContents(int index, LogBean.LogContent value)
repeated .LogContent Contents = 2;
-
addContents
LogBean.Log.Builder addContents(LogBean.LogContent.Builder builderForValue)
repeated .LogContent Contents = 2;
-
addContents
LogBean.Log.Builder addContents(int index, LogBean.LogContent.Builder builderForValue)
repeated .LogContent Contents = 2;
-
addAllContents
LogBean.Log.Builder addAllContents(Iterable<out LogBean.LogContent> values)
repeated .LogContent Contents = 2;
-
clearContents
LogBean.Log.Builder clearContents()
repeated .LogContent Contents = 2;
-
removeContents
LogBean.Log.Builder removeContents(int index)
repeated .LogContent Contents = 2;
-
-
-
-