Package emu.grasscutter.net.proto
Interface ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRsp,ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRsp.Builder
- Enclosing class:
- ActivityTakeWatcherRewardRspOuterClass
public static interface ActivityTakeWatcherRewardRspOuterClass.ActivityTakeWatcherRewardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 activity_id = 3;intint32 retcode = 13;intuint32 watcher_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
-
getRetcode
int getRetcode()int32 retcode = 13;- Returns:
- The retcode.
-
getWatcherId
int getWatcherId()uint32 watcher_id = 5;- Returns:
- The watcherId.
-
getActivityId
int getActivityId()uint32 activity_id = 3;- Returns:
- The activityId.
-