Package emu.grasscutter.net.proto
Interface GCGApplyInviteBattleRspOuterClass.GCGApplyInviteBattleRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGApplyInviteBattleRspOuterClass.GCGApplyInviteBattleRsp,GCGApplyInviteBattleRspOuterClass.GCGApplyInviteBattleRsp.Builder
- Enclosing class:
- GCGApplyInviteBattleRspOuterClass
public static interface GCGApplyInviteBattleRspOuterClass.GCGApplyInviteBattleRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 punish_end_time = 6;intint32 retcode = 8;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
-
getPunishEndTime
int getPunishEndTime()uint32 punish_end_time = 6;- Returns:
- The punishEndTime.
-
getRetcode
int getRetcode()int32 retcode = 8;- Returns:
- The retcode.
-