Package emu.grasscutter.net.proto
Interface SummerTimeSprintBoatRestartRspOuterClass.SummerTimeSprintBoatRestartRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummerTimeSprintBoatRestartRspOuterClass.SummerTimeSprintBoatRestartRsp,SummerTimeSprintBoatRestartRspOuterClass.SummerTimeSprintBoatRestartRsp.Builder
- Enclosing class:
- SummerTimeSprintBoatRestartRspOuterClass
public static interface SummerTimeSprintBoatRestartRspOuterClass.SummerTimeSprintBoatRestartRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 group_id = 11;intint32 retcode = 3;intuint32 schedule_id = 13;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
-
getScheduleId
int getScheduleId()uint32 schedule_id = 13;- Returns:
- The scheduleId.
-
getGroupId
int getGroupId()uint32 group_id = 11;- Returns:
- The groupId.
-
getRetcode
int getRetcode()int32 retcode = 3;- Returns:
- The retcode.
-