Package emu.grasscutter.net.proto
Interface TakeBackGivingItemRspOuterClass.TakeBackGivingItemRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeBackGivingItemRspOuterClass.TakeBackGivingItemRsp,TakeBackGivingItemRspOuterClass.TakeBackGivingItemRsp.Builder
- Enclosing class:
- TakeBackGivingItemRspOuterClass
public static interface TakeBackGivingItemRspOuterClass.TakeBackGivingItemRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 giving_id = 12;intint32 retcode = 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
-
getGivingId
int getGivingId()uint32 giving_id = 12;- Returns:
- The givingId.
-
getRetcode
int getRetcode()int32 retcode = 6;- Returns:
- The retcode.
-