接口 DouyinCmdMsgOuterClass.DouyinCmdMsgOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
DouyinCmdMsgOuterClass.DouyinCmdMsg, DouyinCmdMsgOuterClass.DouyinCmdMsg.Builder
封闭类:
DouyinCmdMsgOuterClass

public static interface DouyinCmdMsgOuterClass.DouyinCmdMsgOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    string method = 1;
    com.google.protobuf.ByteString
    string method = 1;
    long
    int64 msg_id = 3;
    int
    int32 msg_type = 4;
    boolean
    bool need_wrds_store = 6;
    long
    int64 offset = 5;
    com.google.protobuf.ByteString
    bytes payload = 2;
    string wrds_sub_key = 8;
    com.google.protobuf.ByteString
    string wrds_sub_key = 8;
    long
    int64 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.