Interface GetBattlePassProductRspOuterClass.GetBattlePassProductRspOrBuilder

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

public static interface GetBattlePassProductRspOuterClass.GetBattlePassProductRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 battle_pass_product_play_type = 15;
    int
    uint32 cur_schedule_id = 14;
    string price_tier = 9;
    com.google.protobuf.ByteString
    string price_tier = 9;
    string product_id = 2;
    com.google.protobuf.ByteString
    string product_id = 2;
    int
    int32 retcode = 10;

    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

    • getCurScheduleId

      int getCurScheduleId()
      uint32 cur_schedule_id = 14;
      Returns:
      The curScheduleId.
    • getProductId

      String getProductId()
      string product_id = 2;
      Returns:
      The productId.
    • getProductIdBytes

      com.google.protobuf.ByteString getProductIdBytes()
      string product_id = 2;
      Returns:
      The bytes for productId.
    • getPriceTier

      String getPriceTier()
      string price_tier = 9;
      Returns:
      The priceTier.
    • getPriceTierBytes

      com.google.protobuf.ByteString getPriceTierBytes()
      string price_tier = 9;
      Returns:
      The bytes for priceTier.
    • getRetcode

      int getRetcode()
      int32 retcode = 10;
      Returns:
      The retcode.
    • getBattlePassProductPlayType

      int getBattlePassProductPlayType()
      uint32 battle_pass_product_play_type = 15;
      Returns:
      The battlePassProductPlayType.