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 = 3;
    int
    repeated uint32 avatar_id_list = 3;
    repeated uint32 avatar_id_list = 3;
    int
    uint32 punish_time = 11;
    int
    uint32 uid = 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

    • getAvatarIdListList

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

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

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

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

      int getUid()
      uint32 uid = 8;
      Returns:
      The uid.