Interface AvatarSkillMaxChargeCountNotifyOuterClass.AvatarSkillMaxChargeCountNotifyOrBuilder

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

public static interface AvatarSkillMaxChargeCountNotifyOuterClass.AvatarSkillMaxChargeCountNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 avatar_guid = 14;
    int
    uint32 max_charge_count = 9;
    int
    uint32 skill_id = 3;

    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

    • getSkillId

      int getSkillId()
      uint32 skill_id = 3;
      Returns:
      The skillId.
    • getAvatarGuid

      long getAvatarGuid()
      uint64 avatar_guid = 14;
      Returns:
      The avatarGuid.
    • getMaxChargeCount

      int getMaxChargeCount()
      uint32 max_charge_count = 9;
      Returns:
      The maxChargeCount.