Interface AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder

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

public static interface AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 equip_affix_id = 1;
    int
    uint32 left_cd_time = 2;

    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

    • getEquipAffixId

      int getEquipAffixId()
      uint32 equip_affix_id = 1;
      Returns:
      The equipAffixId.
    • getLeftCdTime

      int getLeftCdTime()
      uint32 left_cd_time = 2;
      Returns:
      The leftCdTime.