Package emu.grasscutter.net.proto
Interface BattlePassProductOuterClass.BattlePassProductOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BattlePassProductOuterClass.BattlePassProduct,BattlePassProductOuterClass.BattlePassProduct.Builder
- Enclosing class:
- BattlePassProductOuterClass
public static interface BattlePassProductOuterClass.BattlePassProductOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring extra_product_id = 12;com.google.protobuf.ByteStringstring extra_product_id = 12;string normal_product_id = 9;com.google.protobuf.ByteStringstring normal_product_id = 9;string upgrade_product_id = 7;com.google.protobuf.ByteStringstring upgrade_product_id = 7;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
-
getExtraProductId
String getExtraProductId()string extra_product_id = 12;- Returns:
- The extraProductId.
-
getExtraProductIdBytes
com.google.protobuf.ByteString getExtraProductIdBytes()string extra_product_id = 12;- Returns:
- The bytes for extraProductId.
-
getNormalProductId
String getNormalProductId()string normal_product_id = 9;- Returns:
- The normalProductId.
-
getNormalProductIdBytes
com.google.protobuf.ByteString getNormalProductIdBytes()string normal_product_id = 9;- Returns:
- The bytes for normalProductId.
-
getUpgradeProductId
String getUpgradeProductId()string upgrade_product_id = 7;- Returns:
- The upgradeProductId.
-
getUpgradeProductIdBytes
com.google.protobuf.ByteString getUpgradeProductIdBytes()string upgrade_product_id = 7;- Returns:
- The bytes for upgradeProductId.
-