Package emu.grasscutter.net.proto
Interface PlayProductOuterClass.PlayProductOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayProductOuterClass.PlayProduct,PlayProductOuterClass.PlayProduct.Builder
- Enclosing class:
- PlayProductOuterClass
public static interface PlayProductOuterClass.PlayProductOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring price_tier = 2;com.google.protobuf.ByteStringstring price_tier = 2;string product_id = 1;com.google.protobuf.ByteStringstring product_id = 1;intuint32 schedule_id = 3;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
-
getProductId
String getProductId()string product_id = 1;- Returns:
- The productId.
-
getProductIdBytes
com.google.protobuf.ByteString getProductIdBytes()string product_id = 1;- Returns:
- The bytes for productId.
-
getPriceTier
String getPriceTier()string price_tier = 2;- Returns:
- The priceTier.
-
getPriceTierBytes
com.google.protobuf.ByteString getPriceTierBytes()string price_tier = 2;- Returns:
- The bytes for priceTier.
-
getScheduleId
int getScheduleId()uint32 schedule_id = 3;- Returns:
- The scheduleId.
-