Interface BattlePassRewardTagOuterClass.BattlePassRewardTagOrBuilder

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

public static interface BattlePassRewardTagOuterClass.BattlePassRewardTagOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 level = 15;
    int
    uint32 reward_id = 6;
    .BattlePassUnlockStatus unlock_status = 9;
    int
    .BattlePassUnlockStatus unlock_status = 9;

    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

    • getRewardId

      int getRewardId()
      uint32 reward_id = 6;
      Returns:
      The rewardId.
    • getLevel

      int getLevel()
      uint32 level = 15;
      Returns:
      The level.
    • getUnlockStatusValue

      int getUnlockStatusValue()
      .BattlePassUnlockStatus unlock_status = 9;
      Returns:
      The enum numeric value on the wire for unlockStatus.
    • getUnlockStatus

      .BattlePassUnlockStatus unlock_status = 9;
      Returns:
      The unlockStatus.