Interface UnlockAvatarTalentReqOuterClass.UnlockAvatarTalentReqOrBuilder

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

public static interface UnlockAvatarTalentReqOuterClass.UnlockAvatarTalentReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 3;
    int
    uint32 talent_id = 10;

    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

    • getTalentId

      int getTalentId()
      uint32 talent_id = 10;
      Returns:
      The talentId.
    • getAvatarGuid

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