Interface UpdatePlayerShowAvatarListRspOuterClass.UpdatePlayerShowAvatarListRspOrBuilder

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

public static interface UpdatePlayerShowAvatarListRspOuterClass.UpdatePlayerShowAvatarListRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_show_avatar = 10;
    int
    int32 retcode = 12;
    int
    repeated uint32 show_avatar_id_list = 3;
    int
    repeated uint32 show_avatar_id_list = 3;
    repeated uint32 show_avatar_id_list = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIsShowAvatar

      boolean getIsShowAvatar()
      bool is_show_avatar = 10;
      Returns:
      The isShowAvatar.
    • getShowAvatarIdListList

      List<Integer> getShowAvatarIdListList()
      repeated uint32 show_avatar_id_list = 3;
      Returns:
      A list containing the showAvatarIdList.
    • getShowAvatarIdListCount

      int getShowAvatarIdListCount()
      repeated uint32 show_avatar_id_list = 3;
      Returns:
      The count of showAvatarIdList.
    • getShowAvatarIdList

      int getShowAvatarIdList(int index)
      repeated uint32 show_avatar_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The showAvatarIdList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 12;
      Returns:
      The retcode.