Package emu.grasscutter.net.proto
Interface WinterCampSetWishListRspOuterClass.WinterCampSetWishListRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WinterCampSetWishListRspOuterClass.WinterCampSetWishListRsp,WinterCampSetWishListRspOuterClass.WinterCampSetWishListRsp.Builder
- Enclosing class:
- WinterCampSetWishListRspOuterClass
public static interface WinterCampSetWishListRspOuterClass.WinterCampSetWishListRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetItemIdList(int index) repeated uint32 item_id_list = 3;intrepeated uint32 item_id_list = 3;repeated uint32 item_id_list = 3;intint32 retcode = 10;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
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-
getItemIdListList
repeated uint32 item_id_list = 3;- Returns:
- A list containing the itemIdList.
-
getItemIdListCount
int getItemIdListCount()repeated uint32 item_id_list = 3;- Returns:
- The count of itemIdList.
-
getItemIdList
int getItemIdList(int index) repeated uint32 item_id_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The itemIdList at the given index.
-