Interface MessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Message,Message.Builder
public interface MessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring method = 1;com.google.protobuf.ByteStringstring method = 1;longgetMsgId()int64 msgId = 3;intint32 msgType = 4;booleanbool needWrdsStore = 6;longint64 offset = 5;com.google.protobuf.ByteStringbytes payload = 2;string wrdsSubKey = 8;com.google.protobuf.ByteStringstring wrdsSubKey = 8;longint64 wrdsVersion = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMethod
String getMethod()string method = 1;- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()string method = 1;- Returns:
- The bytes for method.
-
getPayload
com.google.protobuf.ByteString getPayload()bytes payload = 2;- Returns:
- The payload.
-
getMsgId
long getMsgId()int64 msgId = 3;- Returns:
- The msgId.
-
getMsgType
int getMsgType()int32 msgType = 4;- Returns:
- The msgType.
-
getOffset
long getOffset()int64 offset = 5;- Returns:
- The offset.
-
getNeedWrdsStore
boolean getNeedWrdsStore()bool needWrdsStore = 6;- Returns:
- The needWrdsStore.
-
getWrdsVersion
long getWrdsVersion()int64 wrdsVersion = 7;- Returns:
- The wrdsVersion.
-
getWrdsSubKey
String getWrdsSubKey()string wrdsSubKey = 8;- Returns:
- The wrdsSubKey.
-
getWrdsSubKeyBytes
com.google.protobuf.ByteString getWrdsSubKeyBytes()string wrdsSubKey = 8;- Returns:
- The bytes for wrdsSubKey.
-