Interface SetUpAvatarTeamReqOuterClass.SetUpAvatarTeamReqOrBuilder

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

public static interface SetUpAvatarTeamReqOuterClass.SetUpAvatarTeamReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    repeated uint64 avatar_team_guid_list = 13;
    int
    repeated uint64 avatar_team_guid_list = 13;
    repeated uint64 avatar_team_guid_list = 13;
    long
    uint64 cur_avatar_guid = 11;
    int
    uint32 team_id = 8;

    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

    • getAvatarTeamGuidListList

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

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

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

      int getTeamId()
      uint32 team_id = 8;
      Returns:
      The teamId.
    • getCurAvatarGuid

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