Package emu.grasscutter.net.proto
Interface DelBackupAvatarTeamRspOuterClass.DelBackupAvatarTeamRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DelBackupAvatarTeamRspOuterClass.DelBackupAvatarTeamRsp,DelBackupAvatarTeamRspOuterClass.DelBackupAvatarTeamRsp.Builder
- Enclosing class:
- DelBackupAvatarTeamRspOuterClass
public static interface DelBackupAvatarTeamRspOuterClass.DelBackupAvatarTeamRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 backup_avatar_team_id = 15;intint32 retcode = 2;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 = 2;- Returns:
- The retcode.
-
getBackupAvatarTeamId
int getBackupAvatarTeamId()uint32 backup_avatar_team_id = 15;- Returns:
- The backupAvatarTeamId.
-