-
- All Implemented Interfaces:
-
com.tds.common.tracker.entities.LogBean.LogOrBuilder,com.tds.protobuf.MessageLite,com.tds.protobuf.MessageLiteOrBuilder
public final class LogBean.Log extends GeneratedMessageLite<LogBean.Log, LogBean.Log.Builder> implements LogBean.LogOrBuilder
Protobuf type
{@code Log}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLogBean.Log.BuilderProtobuf type
{@code Log}
-
Field Summary
Fields Modifier and Type Field Description public final static intTIME_FIELD_NUMBERpublic final static intCONTENTS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description intgetTime()UNIX Time Formatoptional uint32 Time = 1;List<LogBean.LogContent>getContentsList()repeated .LogContent Contents = 2;List<out LogBean.LogContentOrBuilder>getContentsOrBuilderList()repeated .LogContent Contents = 2;intgetContentsCount()repeated .LogContent Contents = 2;LogBean.LogContentgetContents(int index)repeated .LogContent Contents = 2;LogBean.LogContentOrBuildergetContentsOrBuilder(int index)repeated .LogContent Contents = 2;voidwriteTo(CodedOutputStream output)intgetSerializedSize()static LogBean.LogparseFrom(ByteString data)static LogBean.LogparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LogBean.LogparseFrom(Array<byte> data)static LogBean.LogparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LogBean.LogparseFrom(InputStream input)static LogBean.LogparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LogBean.LogparseDelimitedFrom(InputStream input)static LogBean.LogparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LogBean.LogparseFrom(CodedInputStream input)static LogBean.LogparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LogBean.Log.BuildernewBuilder()static LogBean.Log.BuildernewBuilder(LogBean.Log prototype)static LogBean.LoggetDefaultInstance()static Parser<LogBean.Log>parser()-
Methods inherited from class com.tds.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString -
Methods inherited from class com.tds.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo -
Methods inherited from class com.tds.protobuf.MessageLite
getParserForType, getSerializedSize, newBuilderForType, toBuilder -
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;
-
getContentsList
List<LogBean.LogContent> getContentsList()
repeated .LogContent Contents = 2;
-
getContentsOrBuilderList
List<out LogBean.LogContentOrBuilder> getContentsOrBuilderList()
repeated .LogContent Contents = 2;
-
getContentsCount
int getContentsCount()
repeated .LogContent Contents = 2;
-
getContents
LogBean.LogContent getContents(int index)
repeated .LogContent Contents = 2;
-
getContentsOrBuilder
LogBean.LogContentOrBuilder getContentsOrBuilder(int index)
repeated .LogContent Contents = 2;
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
parseFrom
static LogBean.Log parseFrom(ByteString data)
-
parseFrom
static LogBean.Log parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LogBean.Log parseFrom(Array<byte> data)
-
parseFrom
static LogBean.Log parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LogBean.Log parseFrom(InputStream input)
-
parseFrom
static LogBean.Log parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LogBean.Log parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LogBean.Log parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LogBean.Log parseFrom(CodedInputStream input)
-
parseFrom
static LogBean.Log parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LogBean.Log.Builder newBuilder()
-
newBuilder
static LogBean.Log.Builder newBuilder(LogBean.Log prototype)
-
getDefaultInstance
static LogBean.Log getDefaultInstance()
-
parser
static Parser<LogBean.Log> parser()
-
-
-
-