-
- 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 class
LogBean.Log.Builder
Protobuf type
{@code Log}
-
Field Summary
Fields Modifier and Type Field Description public final static int
TIME_FIELD_NUMBER
public final static int
CONTENTS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description int
getTime()
UNIX Time Format
optional uint32 Time = 1;
List<LogBean.LogContent>
getContentsList()
repeated .LogContent Contents = 2;
List<out LogBean.LogContentOrBuilder>
getContentsOrBuilderList()
repeated .LogContent Contents = 2;
int
getContentsCount()
repeated .LogContent Contents = 2;
LogBean.LogContent
getContents(int index)
repeated .LogContent Contents = 2;
LogBean.LogContentOrBuilder
getContentsOrBuilder(int index)
repeated .LogContent Contents = 2;
void
writeTo(CodedOutputStream output)
int
getSerializedSize()
static LogBean.Log
parseFrom(ByteString data)
static LogBean.Log
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static LogBean.Log
parseFrom(Array<byte> data)
static LogBean.Log
parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
static LogBean.Log
parseFrom(InputStream input)
static LogBean.Log
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static LogBean.Log
parseDelimitedFrom(InputStream input)
static LogBean.Log
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static LogBean.Log
parseFrom(CodedInputStream input)
static LogBean.Log
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static LogBean.Log.Builder
newBuilder()
static LogBean.Log.Builder
newBuilder(LogBean.Log prototype)
static LogBean.Log
getDefaultInstance()
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 Format
optional 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()
-
-
-
-