Interface PersistentDungeonSwitchAvatarRspOuterClass.PersistentDungeonSwitchAvatarRspOrBuilder

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

public static interface PersistentDungeonSwitchAvatarRspOuterClass.PersistentDungeonSwitchAvatarRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    repeated uint64 avatar_team_guid_list = 9;
    int
    repeated uint64 avatar_team_guid_list = 9;
    repeated uint64 avatar_team_guid_list = 9;
    long
    uint64 cur_avatar_guid = 15;
    int
    int32 retcode = 4;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 4;
      Returns:
      The retcode.
    • getAvatarTeamGuidListList

      List<Long> getAvatarTeamGuidListList()
      repeated uint64 avatar_team_guid_list = 9;
      Returns:
      A list containing the avatarTeamGuidList.
    • getAvatarTeamGuidListCount

      int getAvatarTeamGuidListCount()
      repeated uint64 avatar_team_guid_list = 9;
      Returns:
      The count of avatarTeamGuidList.
    • getAvatarTeamGuidList

      long getAvatarTeamGuidList(int index)
      repeated uint64 avatar_team_guid_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The avatarTeamGuidList at the given index.
    • getCurAvatarGuid

      long getCurAvatarGuid()
      uint64 cur_avatar_guid = 15;
      Returns:
      The curAvatarGuid.