-
- All Implemented Interfaces:
-
com.tds.common.tracker.entities.LogBean.LogContentOrBuilder,com.tds.protobuf.MessageLite.Builder,com.tds.protobuf.MessageLiteOrBuilder,java.lang.Cloneable
public final class LogBean.LogContent.Builder extends GeneratedMessageLite.Builder<LogBean.LogContent, LogBean.LogContent.Builder> implements LogBean.LogContentOrBuilder
Protobuf type
{@code LogContent}
-
-
Method Summary
Modifier and Type Method Description StringgetKey()optional string Key = 1;ByteStringgetKeyBytes()optional string Key = 1;LogBean.LogContent.BuildersetKey(String value)optional string Key = 1;LogBean.LogContent.BuilderclearKey()optional string Key = 1;LogBean.LogContent.BuildersetKeyBytes(ByteString value)optional string Key = 1;StringgetValue()optional string Value = 2;ByteStringgetValueBytes()optional string Value = 2;LogBean.LogContent.BuildersetValue(String value)optional string Value = 2;LogBean.LogContent.BuilderclearValue()optional string Value = 2;LogBean.LogContent.BuildersetValueBytes(ByteString value)optional string Value = 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
-
getKeyBytes
ByteString getKeyBytes()
optional string Key = 1;
-
setKey
LogBean.LogContent.Builder setKey(String value)
optional string Key = 1;
-
clearKey
LogBean.LogContent.Builder clearKey()
optional string Key = 1;
-
setKeyBytes
LogBean.LogContent.Builder setKeyBytes(ByteString value)
optional string Key = 1;
-
getValueBytes
ByteString getValueBytes()
optional string Value = 2;
-
setValue
LogBean.LogContent.Builder setValue(String value)
optional string Value = 2;
-
clearValue
LogBean.LogContent.Builder clearValue()
optional string Value = 2;
-
setValueBytes
LogBean.LogContent.Builder setValueBytes(ByteString value)
optional string Value = 2;
-
-
-
-