Interface ActivityDungeonAvatarOuterClass.ActivityDungeonAvatarOrBuilder

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

public static interface ActivityDungeonAvatarOuterClass.ActivityDungeonAvatarOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 avatar_id = 1;
    int
    uint32 costume_id = 3;
    boolean
    bool is_trial = 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.
    • getIsTrial

      boolean getIsTrial()
      bool is_trial = 2;
      Returns:
      The isTrial.
    • getCostumeId

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