接口 DouyinCmdMsgOuterClass.DouyinCmdMsgOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface DouyinCmdMsgOuterClass.DouyinCmdMsgOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明string method = 1;com.google.protobuf.ByteStringstring method = 1;longgetMsgId()int64 msg_id = 3;intint32 msg_type = 4;booleanbool need_wrds_store = 6;longint64 offset = 5;com.google.protobuf.ByteStringbytes payload = 2;string wrds_sub_key = 8;com.google.protobuf.ByteStringstring wrds_sub_key = 8;longint64 wrds_version = 7;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getMethod
String getMethod()string method = 1;- 返回:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()string method = 1;- 返回:
- The bytes for method.
-
getPayload
com.google.protobuf.ByteString getPayload()bytes payload = 2;- 返回:
- The payload.
-
getMsgId
long getMsgId()int64 msg_id = 3;- 返回:
- The msgId.
-
getMsgType
int getMsgType()int32 msg_type = 4;- 返回:
- The msgType.
-
getOffset
long getOffset()int64 offset = 5;- 返回:
- The offset.
-
getNeedWrdsStore
boolean getNeedWrdsStore()bool need_wrds_store = 6;- 返回:
- The needWrdsStore.
-
getWrdsVersion
long getWrdsVersion()int64 wrds_version = 7;- 返回:
- The wrdsVersion.
-
getWrdsSubKey
String getWrdsSubKey()string wrds_sub_key = 8;- 返回:
- The wrdsSubKey.
-
getWrdsSubKeyBytes
com.google.protobuf.ByteString getWrdsSubKeyBytes()string wrds_sub_key = 8;- 返回:
- The bytes for wrdsSubKey.
-