Interface UnlockAvatarTalentRspOuterClass.UnlockAvatarTalentRspOrBuilder

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

public static interface UnlockAvatarTalentRspOuterClass.UnlockAvatarTalentRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 5;
    int
    int32 retcode = 4;
    int
    uint32 talent_id = 13;

    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

    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 5;
      Returns:
      The avatarGuid.
    • getTalentId

      int getTalentId()
      uint32 talent_id = 13;
      Returns:
      The talentId.
    • getRetcode

      int getRetcode()
      int32 retcode = 4;
      Returns:
      The retcode.