-
- 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 classLogBean.LogContent.BuilderProtobuf type
{@code LogContent}
-
Field Summary
Fields Modifier and Type Field Description public final static intKEY_FIELD_NUMBERpublic final static intVALUE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetKey()optional string Key = 1;ByteStringgetKeyBytes()optional string Key = 1;StringgetValue()optional string Value = 2;ByteStringgetValueBytes()optional string Value = 2;voidwriteTo(CodedOutputStream output)intgetSerializedSize()static LogBean.LogContentparseFrom(ByteString data)static LogBean.LogContentparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LogBean.LogContentparseFrom(Array<byte> data)static LogBean.LogContentparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LogBean.LogContentparseFrom(InputStream input)static LogBean.LogContentparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LogBean.LogContentparseDelimitedFrom(InputStream input)static LogBean.LogContentparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LogBean.LogContentparseFrom(CodedInputStream input)static LogBean.LogContentparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LogBean.LogContent.BuildernewBuilder()static LogBean.LogContent.BuildernewBuilder(LogBean.LogContent prototype)static LogBean.LogContentgetDefaultInstance()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()
-
-
-
-