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