Package emu.grasscutter.net.proto
Interface GachaActivityNextStageRspOuterClass.GachaActivityNextStageRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GachaActivityNextStageRspOuterClass.GachaActivityNextStageRsp,GachaActivityNextStageRspOuterClass.GachaActivityNextStageRsp.Builder
- Enclosing class:
- GachaActivityNextStageRspOuterClass
public static interface GachaActivityNextStageRspOuterClass.GachaActivityNextStageRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 5;intuint32 stage_id = 11;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
-
getStageId
int getStageId()uint32 stage_id = 11;- Returns:
- The stageId.
-
getRetcode
int getRetcode()int32 retcode = 5;- Returns:
- The retcode.
-