Package emu.grasscutter.net.proto
Interface TakeInvestigationTargetRewardRspOuterClass.TakeInvestigationTargetRewardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TakeInvestigationTargetRewardRspOuterClass.TakeInvestigationTargetRewardRsp,TakeInvestigationTargetRewardRspOuterClass.TakeInvestigationTargetRewardRsp.Builder
- Enclosing class:
- TakeInvestigationTargetRewardRspOuterClass
public static interface TakeInvestigationTargetRewardRspOuterClass.TakeInvestigationTargetRewardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 quest_id = 9;intint32 retcode = 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
-
getQuestId
int getQuestId()uint32 quest_id = 9;- Returns:
- The questId.
-
getRetcode
int getRetcode()int32 retcode = 15;- Returns:
- The retcode.
-