Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 battle_pass_product_play_type = 15;intuint32 cur_schedule_id = 14;string price_tier = 9;com.google.protobuf.ByteStringstring price_tier = 9;string product_id = 2;com.google.protobuf.ByteStringstring product_id = 2;intint32 retcode = 10;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-