-
- All Implemented Interfaces:
-
com.tds.protobuf.MessageLiteOrBuilder
public interface LogBean.LogContentOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetKey()optional string Key = 1;abstract ByteStringgetKeyBytes()optional string Key = 1;abstract StringgetValue()optional string Value = 2;abstract ByteStringgetValueBytes()optional string Value = 2;-
-
Method Detail
-
getKeyBytes
abstract ByteString getKeyBytes()
optional string Key = 1;
-
getValueBytes
abstract ByteString getValueBytes()
optional string Value = 2;
-
-
-
-