接口 DouyinWebsocketFrameMsgOuterClass.DouyinWebsocketFrameMsgOrBuilder

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

public static interface DouyinWebsocketFrameMsgOuterClass.DouyinWebsocketFrameMsgOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getMessagesListList

      repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.DouyinCmdMsg messages_list = 1;
    • getMessagesList

      DouyinCmdMsgOuterClass.DouyinCmdMsg getMessagesList(int index)
      repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.DouyinCmdMsg messages_list = 1;
    • getMessagesListCount

      int getMessagesListCount()
      repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.DouyinCmdMsg messages_list = 1;
    • getMessagesListOrBuilderList

      List<? extends DouyinCmdMsgOuterClass.DouyinCmdMsgOrBuilder> getMessagesListOrBuilderList()
      repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.DouyinCmdMsg messages_list = 1;
    • getMessagesListOrBuilder

      DouyinCmdMsgOuterClass.DouyinCmdMsgOrBuilder getMessagesListOrBuilder(int index)
      repeated .tech.ordinaryroad.live.chat.client.douyin.protobuf.DouyinCmdMsg messages_list = 1;
    • getCursor

      String getCursor()
      string cursor = 2;
      返回:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
      string cursor = 2;
      返回:
      The bytes for cursor.
    • getFetchInterval

      long getFetchInterval()
      uint64 fetch_interval = 3;
      返回:
      The fetchInterval.
    • getNow

      long getNow()
      uint64 now = 4;
      返回:
      The now.
    • getInternalExt

      String getInternalExt()
      string internal_ext = 5;
      返回:
      The internalExt.
    • getInternalExtBytes

      com.google.protobuf.ByteString getInternalExtBytes()
      string internal_ext = 5;
      返回:
      The bytes for internalExt.
    • getFetchType

      int getFetchType()
      uint32 fetch_type = 6;
      返回:
      The fetchType.
    • getRouteParamsCount

      int getRouteParamsCount()
      map<string, string> route_params = 7;
    • containsRouteParams

      boolean containsRouteParams(String key)
      map<string, string> route_params = 7;
    • getRouteParams

      @Deprecated Map<String,String> getRouteParams()
      已过时。
      Use getRouteParamsMap() instead.
    • getRouteParamsMap

      Map<String,String> getRouteParamsMap()
      map<string, string> route_params = 7;
    • getRouteParamsOrDefault

      String getRouteParamsOrDefault(String key, String defaultValue)
      map<string, string> route_params = 7;
    • getRouteParamsOrThrow

      String getRouteParamsOrThrow(String key)
      map<string, string> route_params = 7;
    • getHeartbeatDuration

      long getHeartbeatDuration()
      uint64 heartbeat_duration = 8;
      返回:
      The heartbeatDuration.
    • getNeedAck

      boolean getNeedAck()
      bool need_ack = 9;
      返回:
      The needAck.
    • getPushServer

      String getPushServer()
      string push_server = 10;
      返回:
      The pushServer.
    • getPushServerBytes

      com.google.protobuf.ByteString getPushServerBytes()
      string push_server = 10;
      返回:
      The bytes for pushServer.
    • getLiveCursor

      String getLiveCursor()
      string live_cursor = 11;
      返回:
      The liveCursor.
    • getLiveCursorBytes

      com.google.protobuf.ByteString getLiveCursorBytes()
      string live_cursor = 11;
      返回:
      The bytes for liveCursor.
    • getHistoryNoMore

      boolean getHistoryNoMore()
      bool history_no_more = 12;
      返回:
      The historyNoMore.