Interface TeamChainChooseAvatarInfoOuterClass.TeamChainChooseAvatarInfoOrBuilder

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

public static interface TeamChainChooseAvatarInfoOuterClass.TeamChainChooseAvatarInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 avatar_id = 11;
    boolean
    bool is_trial_avatar = 6;

    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

    • getIsTrialAvatar

      boolean getIsTrialAvatar()
      bool is_trial_avatar = 6;
      Returns:
      The isTrialAvatar.
    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 11;
      Returns:
      The avatarId.