Package emu.grasscutter.net.proto
Interface TakeReunionWatcherRewardRspOuterClass.TakeReunionWatcherRewardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeReunionWatcherRewardRspOuterClass.TakeReunionWatcherRewardRsp,TakeReunionWatcherRewardRspOuterClass.TakeReunionWatcherRewardRsp.Builder
- Enclosing class:
- TakeReunionWatcherRewardRspOuterClass
public static interface TakeReunionWatcherRewardRspOuterClass.TakeReunionWatcherRewardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 mission_id = 14;intint32 retcode = 8;intuint32 watcher_id = 9;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 = 8;- Returns:
- The retcode.
-
getMissionId
int getMissionId()uint32 mission_id = 14;- Returns:
- The missionId.
-
getWatcherId
int getWatcherId()uint32 watcher_id = 9;- Returns:
- The watcherId.
-