Package emu.grasscutter.net.proto
Interface CardProductRewardNotifyOuterClass.CardProductRewardNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CardProductRewardNotifyOuterClass.CardProductRewardNotify,CardProductRewardNotifyOuterClass.CardProductRewardNotify.Builder
- Enclosing class:
- CardProductRewardNotifyOuterClass
public static interface CardProductRewardNotifyOuterClass.CardProductRewardNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetHcoin()uint32 hcoin = 2;string product_id = 15;com.google.protobuf.ByteStringstring product_id = 15;intuint32 remainDays = 6;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
-
getHcoin
int getHcoin()uint32 hcoin = 2;- Returns:
- The hcoin.
-
getRemainDays
int getRemainDays()uint32 remainDays = 6;- Returns:
- The remainDays.
-
getProductId
String getProductId()string product_id = 15;- Returns:
- The productId.
-
getProductIdBytes
com.google.protobuf.ByteString getProductIdBytes()string product_id = 15;- Returns:
- The bytes for productId.
-