Interface MistTrialBestAvatarOuterClass.MistTrialBestAvatarOrBuilder

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

public static interface MistTrialBestAvatarOuterClass.MistTrialBestAvatarOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 avatar_id = 15;
    .AvatarType avatar_type = 10;
    int
    .AvatarType avatar_type = 10;
    int
    uint32 costume_id = 12;

    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 = 15;
      Returns:
      The avatarId.
    • getAvatarTypeValue

      int getAvatarTypeValue()
      .AvatarType avatar_type = 10;
      Returns:
      The enum numeric value on the wire for avatarType.
    • getAvatarType

      .AvatarType avatar_type = 10;
      Returns:
      The avatarType.
    • getCostumeId

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