-
- All Implemented Interfaces:
-
com.tds.common.tracker.entities.LogBean.LogContentOrBuilder
,com.tds.protobuf.MessageLite
,com.tds.protobuf.MessageLiteOrBuilder
public final class LogBean.LogContent extends GeneratedMessageLite<LogBean.LogContent, LogBean.LogContent.Builder> implements LogBean.LogContentOrBuilder
Protobuf type
{@code LogContent}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
LogBean.LogContent.Builder
Protobuf type
{@code LogContent}
-
Field Summary
Fields Modifier and Type Field Description public final static int
KEY_FIELD_NUMBER
public final static int
VALUE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description String
getKey()
optional string Key = 1;
ByteString
getKeyBytes()
optional string Key = 1;
String
getValue()
optional string Value = 2;
ByteString
getValueBytes()
optional string Value = 2;
void
writeTo(CodedOutputStream output)
int
getSerializedSize()
static LogBean.LogContent
parseFrom(ByteString data)
static LogBean.LogContent
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static LogBean.LogContent
parseFrom(Array<byte> data)
static LogBean.LogContent
parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
static LogBean.LogContent
parseFrom(InputStream input)
static LogBean.LogContent
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static LogBean.LogContent
parseDelimitedFrom(InputStream input)
static LogBean.LogContent
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static LogBean.LogContent
parseFrom(CodedInputStream input)
static LogBean.LogContent
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static LogBean.LogContent.Builder
newBuilder()
static LogBean.LogContent.Builder
newBuilder(LogBean.LogContent prototype)
static LogBean.LogContent
getDefaultInstance()
static Parser<LogBean.LogContent>
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
-
getKeyBytes
ByteString getKeyBytes()
optional string Key = 1;
-
getValueBytes
ByteString getValueBytes()
optional string Value = 2;
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
parseFrom
static LogBean.LogContent parseFrom(ByteString data)
-
parseFrom
static LogBean.LogContent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LogBean.LogContent parseFrom(Array<byte> data)
-
parseFrom
static LogBean.LogContent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LogBean.LogContent parseFrom(InputStream input)
-
parseFrom
static LogBean.LogContent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LogBean.LogContent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LogBean.LogContent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LogBean.LogContent parseFrom(CodedInputStream input)
-
parseFrom
static LogBean.LogContent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LogBean.LogContent.Builder newBuilder()
-
newBuilder
static LogBean.LogContent.Builder newBuilder(LogBean.LogContent prototype)
-
getDefaultInstance
static LogBean.LogContent getDefaultInstance()
-
parser
static Parser<LogBean.LogContent> parser()
-
-
-
-