Package emu.grasscutter.net.proto
Interface GachaActivityCreateRobotRspOuterClass.GachaActivityCreateRobotRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GachaActivityCreateRobotRspOuterClass.GachaActivityCreateRobotRsp,GachaActivityCreateRobotRspOuterClass.GachaActivityCreateRobotRsp.Builder
- Enclosing class:
- GachaActivityCreateRobotRspOuterClass
public static interface GachaActivityCreateRobotRspOuterClass.GachaActivityCreateRobotRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 15;intuint32 robot_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
-
getRetcode
int getRetcode()int32 retcode = 15;- Returns:
- The retcode.
-
getRobotId
int getRobotId()uint32 robot_id = 11;- Returns:
- The robotId.
-