Package emu.grasscutter.net.proto
Interface ActivityGiveFriendGiftRspOuterClass.ActivityGiveFriendGiftRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityGiveFriendGiftRspOuterClass.ActivityGiveFriendGiftRsp,ActivityGiveFriendGiftRspOuterClass.ActivityGiveFriendGiftRsp.Builder
- Enclosing class:
- ActivityGiveFriendGiftRspOuterClass
public static interface ActivityGiveFriendGiftRspOuterClass.ActivityGiveFriendGiftRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetLimitGiftList(int index) repeated uint32 limit_gift_list = 14;intrepeated uint32 limit_gift_list = 14;repeated uint32 limit_gift_list = 14;intint32 retcode = 8;intuint32 schedule_id = 15;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
-
getScheduleId
int getScheduleId()uint32 schedule_id = 15;- Returns:
- The scheduleId.
-
getRetcode
int getRetcode()int32 retcode = 8;- Returns:
- The retcode.
-
getLimitGiftListList
repeated uint32 limit_gift_list = 14;- Returns:
- A list containing the limitGiftList.
-
getLimitGiftListCount
int getLimitGiftListCount()repeated uint32 limit_gift_list = 14;- Returns:
- The count of limitGiftList.
-
getLimitGiftList
int getLimitGiftList(int index) repeated uint32 limit_gift_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The limitGiftList at the given index.
-