Interface AvatarExpeditionAllDataRspOuterClass.AvatarExpeditionAllDataRspOrBuilder

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

public static interface AvatarExpeditionAllDataRspOuterClass.AvatarExpeditionAllDataRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getExpeditionInfoMapCount

      int getExpeditionInfoMapCount()
      map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;
    • containsExpeditionInfoMap

      boolean containsExpeditionInfoMap(long key)
      map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;
    • getExpeditionInfoMap

      Deprecated.
    • getExpeditionInfoMapMap

      map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;
    • getExpeditionInfoMapOrDefault

      map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;
    • getExpeditionInfoMapOrThrow

      AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrThrow(long key)
      map<uint64, .AvatarExpeditionInfo> expedition_info_map = 7;
    • getExpeditionCountLimit

      int getExpeditionCountLimit()
      uint32 expedition_count_limit = 2;
      Returns:
      The expeditionCountLimit.
    • getRetcode

      int getRetcode()
      int32 retcode = 15;
      Returns:
      The retcode.
    • getOpenExpeditionListList

      List<Integer> getOpenExpeditionListList()
      repeated uint32 open_expedition_list = 12;
      Returns:
      A list containing the openExpeditionList.
    • getOpenExpeditionListCount

      int getOpenExpeditionListCount()
      repeated uint32 open_expedition_list = 12;
      Returns:
      The count of openExpeditionList.
    • getOpenExpeditionList

      int getOpenExpeditionList(int index)
      repeated uint32 open_expedition_list = 12;
      Parameters:
      index - The index of the element to return.
      Returns:
      The openExpeditionList at the given index.