Interface ChatChannelDataNotifyOuterClass.ChatChannelDataNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChatChannelDataNotifyOuterClass.ChatChannelDataNotify, ChatChannelDataNotifyOuterClass.ChatChannelDataNotify.Builder
Enclosing class:
ChatChannelDataNotifyOuterClass

public static interface ChatChannelDataNotifyOuterClass.ChatChannelDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getChannelInfoListList

      repeated .ChatChannelInfo channel_info_list = 5;
    • getChannelInfoList

      ChatChannelInfoOuterClass.ChatChannelInfo getChannelInfoList(int index)
      repeated .ChatChannelInfo channel_info_list = 5;
    • getChannelInfoListCount

      int getChannelInfoListCount()
      repeated .ChatChannelInfo channel_info_list = 5;
    • getChannelInfoListOrBuilderList

      List<? extends ChatChannelInfoOuterClass.ChatChannelInfoOrBuilder> getChannelInfoListOrBuilderList()
      repeated .ChatChannelInfo channel_info_list = 5;
    • getChannelInfoListOrBuilder

      ChatChannelInfoOuterClass.ChatChannelInfoOrBuilder getChannelInfoListOrBuilder(int index)
      repeated .ChatChannelInfo channel_info_list = 5;
    • getChannelListList

      List<Integer> getChannelListList()
      repeated uint32 channel_list = 3;
      Returns:
      A list containing the channelList.
    • getChannelListCount

      int getChannelListCount()
      repeated uint32 channel_list = 3;
      Returns:
      The count of channelList.
    • getChannelList

      int getChannelList(int index)
      repeated uint32 channel_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The channelList at the given index.