Package emu.grasscutter.net.proto
Interface OrderFinishNotifyOuterClass.OrderFinishNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrderFinishNotifyOuterClass.OrderFinishNotify,OrderFinishNotifyOuterClass.OrderFinishNotify.Builder
- Enclosing class:
- OrderFinishNotifyOuterClass
public static interface OrderFinishNotifyOuterClass.OrderFinishNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 add_mcoin = 14;intuint32 card_product_remain_days = 6;getItemList(int index) repeated .ItemParam item_list = 4;intrepeated .ItemParam item_list = 4;repeated .ItemParam item_list = 4;getItemListOrBuilder(int index) repeated .ItemParam item_list = 4;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam item_list = 4;intuint32 order_id = 8;string product_id = 5;com.google.protobuf.ByteStringstring product_id = 5;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
-
getOrderId
int getOrderId()uint32 order_id = 8;- Returns:
- The orderId.
-
getProductId
String getProductId()string product_id = 5;- Returns:
- The productId.
-
getProductIdBytes
com.google.protobuf.ByteString getProductIdBytes()string product_id = 5;- Returns:
- The bytes for productId.
-
getCardProductRemainDays
int getCardProductRemainDays()uint32 card_product_remain_days = 6;- Returns:
- The cardProductRemainDays.
-
getItemListList
List<ItemParamOuterClass.ItemParam> getItemListList()repeated .ItemParam item_list = 4; -
getItemList
repeated .ItemParam item_list = 4; -
getItemListCount
int getItemListCount()repeated .ItemParam item_list = 4; -
getItemListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getItemListOrBuilderList()repeated .ItemParam item_list = 4; -
getItemListOrBuilder
repeated .ItemParam item_list = 4; -
getAddMcoin
int getAddMcoin()uint32 add_mcoin = 14;- Returns:
- The addMcoin.
-