-
- 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 String
getKey()
optional string Key = 1;
ByteString
getKeyBytes()
optional string Key = 1;
LogBean.LogContent.Builder
setKey(String value)
optional string Key = 1;
LogBean.LogContent.Builder
clearKey()
optional string Key = 1;
LogBean.LogContent.Builder
setKeyBytes(ByteString value)
optional string Key = 1;
String
getValue()
optional string Value = 2;
ByteString
getValueBytes()
optional string Value = 2;
LogBean.LogContent.Builder
setValue(String value)
optional string Value = 2;
LogBean.LogContent.Builder
clearValue()
optional string Value = 2;
LogBean.LogContent.Builder
setValueBytes(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;
-
-
-
-