Interface SocialShowAvatarInfoOuterClass.SocialShowAvatarInfoOrBuilder

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

public static interface SocialShowAvatarInfoOuterClass.SocialShowAvatarInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 avatar_id = 1;
    int
    uint32 costume_id = 3;
    int
    uint32 level = 2;

    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

    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 1;
      Returns:
      The avatarId.
    • getLevel

      int getLevel()
      uint32 level = 2;
      Returns:
      The level.
    • getCostumeId

      int getCostumeId()
      uint32 costume_id = 3;
      Returns:
      The costumeId.