Interface PotionAvatarInfoOuterClass.PotionAvatarInfoOrBuilder

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

public static interface PotionAvatarInfoOuterClass.PotionAvatarInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_id = 11;
    boolean
    bool is_trial = 7;

    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

      long getAvatarId()
      uint64 avatar_id = 11;
      Returns:
      The avatarId.
    • getIsTrial

      boolean getIsTrial()
      bool is_trial = 7;
      Returns:
      The isTrial.