Interface ChangeMpTeamAvatarReqOuterClass.ChangeMpTeamAvatarReqOrBuilder

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

public static interface ChangeMpTeamAvatarReqOuterClass.ChangeMpTeamAvatarReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getAvatarGuidList(int index)
    repeated uint64 avatar_guid_list = 9;
    int
    repeated uint64 avatar_guid_list = 9;
    repeated uint64 avatar_guid_list = 9;
    long
    uint64 cur_avatar_guid = 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

    • getCurAvatarGuid

      long getCurAvatarGuid()
      uint64 cur_avatar_guid = 8;
      Returns:
      The curAvatarGuid.
    • getAvatarGuidListList

      List<Long> getAvatarGuidListList()
      repeated uint64 avatar_guid_list = 9;
      Returns:
      A list containing the avatarGuidList.
    • getAvatarGuidListCount

      int getAvatarGuidListCount()
      repeated uint64 avatar_guid_list = 9;
      Returns:
      The count of avatarGuidList.
    • getAvatarGuidList

      long getAvatarGuidList(int index)
      repeated uint64 avatar_guid_list = 9;
      Parameters:
      index - The index of the element to return.
      Returns:
      The avatarGuidList at the given index.