Interface CharAmusementAvatarInfoOuterClass.CharAmusementAvatarInfoOrBuilder

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

public static interface CharAmusementAvatarInfoOuterClass.CharAmusementAvatarInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getAvatarIdList(int index)
    repeated uint32 avatar_id_list = 15;
    int
    repeated uint32 avatar_id_list = 15;
    repeated uint32 avatar_id_list = 15;
    int
    uint32 punish_time = 2;
    int
    uint32 uid = 11;

    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

    • getUid

      int getUid()
      uint32 uid = 11;
      Returns:
      The uid.
    • getPunishTime

      int getPunishTime()
      uint32 punish_time = 2;
      Returns:
      The punishTime.
    • getAvatarIdListList

      List<Integer> getAvatarIdListList()
      repeated uint32 avatar_id_list = 15;
      Returns:
      A list containing the avatarIdList.
    • getAvatarIdListCount

      int getAvatarIdListCount()
      repeated uint32 avatar_id_list = 15;
      Returns:
      The count of avatarIdList.
    • getAvatarIdList

      int getAvatarIdList(int index)
      repeated uint32 avatar_id_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The avatarIdList at the given index.