Interface ChangeAvatarRspOuterClass.ChangeAvatarRspOrBuilder

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

public static interface ChangeAvatarRspOuterClass.ChangeAvatarRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 cur_guid = 10;
    int
    int32 retcode = 2;
    int
    uint32 skill_id = 15;

    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

    • getCurGuid

      long getCurGuid()
      uint64 cur_guid = 10;
      Returns:
      The curGuid.
    • getRetcode

      int getRetcode()
      int32 retcode = 2;
      Returns:
      The retcode.
    • getSkillId

      int getSkillId()
      uint32 skill_id = 15;
      Returns:
      The skillId.