Package emu.grasscutter.net.proto
Interface RechargeRspOuterClass.RechargeRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RechargeRspOuterClass.RechargeRsp,RechargeRspOuterClass.RechargeRsp.Builder
- Enclosing class:
- RechargeRspOuterClass
public static interface RechargeRspOuterClass.RechargeRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_show_minors_hint = 1;string product_id = 10;com.google.protobuf.ByteStringstring product_id = 10;intint32 retcode = 9;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 = 10;- Returns:
- The productId.
-
getProductIdBytes
com.google.protobuf.ByteString getProductIdBytes()string product_id = 10;- Returns:
- The bytes for productId.
-
getIsShowMinorsHint
boolean getIsShowMinorsHint()bool is_show_minors_hint = 1;- Returns:
- The isShowMinorsHint.
-
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-