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 extraProductId = 10;com.google.protobuf.ByteStringstring extraProductId = 10;string normalProductId = 13;com.google.protobuf.ByteStringstring normalProductId = 13;string upgradeProductId = 7;com.google.protobuf.ByteStringstring upgradeProductId = 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
-
getNormalProductId
String getNormalProductId()string normalProductId = 13;- Returns:
- The normalProductId.
-
getNormalProductIdBytes
com.google.protobuf.ByteString getNormalProductIdBytes()string normalProductId = 13;- Returns:
- The bytes for normalProductId.
-
getExtraProductId
String getExtraProductId()string extraProductId = 10;- Returns:
- The extraProductId.
-
getExtraProductIdBytes
com.google.protobuf.ByteString getExtraProductIdBytes()string extraProductId = 10;- Returns:
- The bytes for extraProductId.
-
getUpgradeProductId
String getUpgradeProductId()string upgradeProductId = 7;- Returns:
- The upgradeProductId.
-
getUpgradeProductIdBytes
com.google.protobuf.ByteString getUpgradeProductIdBytes()string upgradeProductId = 7;- Returns:
- The bytes for upgradeProductId.
-