Interface AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRspOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRsp, AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRsp.Builder
Enclosing class:
AvatarChangeCostumeRspOuterClass

public static interface AvatarChangeCostumeRspOuterClass.AvatarChangeCostumeRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 3;
    int
    uint32 costume_id = 12;
    int
    int32 retcode = 7;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 = 7;
      Returns:
      The retcode.
    • getCostumeId

      int getCostumeId()
      uint32 costume_id = 12;
      Returns:
      The costumeId.
    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 3;
      Returns:
      The avatarGuid.