public class DogmaEffectResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_DISALLOW_AUTO_REPEAT |
static String |
SERIALIZED_NAME_DISCHARGE_ATTRIBUTE_ID |
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_DURATION_ATTRIBUTE_ID |
static String |
SERIALIZED_NAME_EFFECT_CATEGORY |
static String |
SERIALIZED_NAME_EFFECT_ID |
static String |
SERIALIZED_NAME_ELECTRONIC_CHANCE |
static String |
SERIALIZED_NAME_FALLOFF_ATTRIBUTE_ID |
static String |
SERIALIZED_NAME_ICON_ID |
static String |
SERIALIZED_NAME_IS_ASSISTANCE |
static String |
SERIALIZED_NAME_IS_OFFENSIVE |
static String |
SERIALIZED_NAME_IS_WARP_SAFE |
static String |
SERIALIZED_NAME_MODIFIERS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_POST_EXPRESSION |
static String |
SERIALIZED_NAME_PRE_EXPRESSION |
static String |
SERIALIZED_NAME_PUBLISHED |
static String |
SERIALIZED_NAME_RANGE_ATTRIBUTE_ID |
static String |
SERIALIZED_NAME_RANGE_CHANCE |
static String |
SERIALIZED_NAME_TRACKING_SPEED_ATTRIBUTE_ID |
| Constructor and Description |
|---|
DogmaEffectResponse() |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DISALLOW_AUTO_REPEAT
public static final String SERIALIZED_NAME_DISCHARGE_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_DURATION_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_EFFECT_CATEGORY
public static final String SERIALIZED_NAME_EFFECT_ID
public static final String SERIALIZED_NAME_ELECTRONIC_CHANCE
public static final String SERIALIZED_NAME_FALLOFF_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_ICON_ID
public static final String SERIALIZED_NAME_IS_ASSISTANCE
public static final String SERIALIZED_NAME_IS_OFFENSIVE
public static final String SERIALIZED_NAME_IS_WARP_SAFE
public static final String SERIALIZED_NAME_MODIFIERS
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_POST_EXPRESSION
public static final String SERIALIZED_NAME_PRE_EXPRESSION
public static final String SERIALIZED_NAME_PUBLISHED
public static final String SERIALIZED_NAME_RANGE_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_RANGE_CHANCE
public static final String SERIALIZED_NAME_TRACKING_SPEED_ATTRIBUTE_ID
public DogmaEffectResponse description(String description)
public void setDescription(String description)
public DogmaEffectResponse disallowAutoRepeat(Boolean disallowAutoRepeat)
@Nullable public Boolean getDisallowAutoRepeat()
public void setDisallowAutoRepeat(Boolean disallowAutoRepeat)
public DogmaEffectResponse dischargeAttributeId(Integer dischargeAttributeId)
@Nullable public Integer getDischargeAttributeId()
public void setDischargeAttributeId(Integer dischargeAttributeId)
public DogmaEffectResponse displayName(String displayName)
public void setDisplayName(String displayName)
public DogmaEffectResponse durationAttributeId(Integer durationAttributeId)
@Nullable public Integer getDurationAttributeId()
public void setDurationAttributeId(Integer durationAttributeId)
public DogmaEffectResponse effectCategory(Integer effectCategory)
@Nullable public Integer getEffectCategory()
public void setEffectCategory(Integer effectCategory)
public DogmaEffectResponse effectId(Integer effectId)
public Integer getEffectId()
public void setEffectId(Integer effectId)
public DogmaEffectResponse electronicChance(Boolean electronicChance)
@Nullable public Boolean getElectronicChance()
public void setElectronicChance(Boolean electronicChance)
public DogmaEffectResponse falloffAttributeId(Integer falloffAttributeId)
@Nullable public Integer getFalloffAttributeId()
public void setFalloffAttributeId(Integer falloffAttributeId)
public DogmaEffectResponse iconId(Integer iconId)
public void setIconId(Integer iconId)
public DogmaEffectResponse isAssistance(Boolean isAssistance)
@Nullable public Boolean getIsAssistance()
public void setIsAssistance(Boolean isAssistance)
public DogmaEffectResponse isOffensive(Boolean isOffensive)
public void setIsOffensive(Boolean isOffensive)
public DogmaEffectResponse isWarpSafe(Boolean isWarpSafe)
public void setIsWarpSafe(Boolean isWarpSafe)
public DogmaEffectResponse modifiers(List<DogmaEffectModifier> modifiers)
public DogmaEffectResponse addModifiersItem(DogmaEffectModifier modifiersItem)
@Nullable public List<DogmaEffectModifier> getModifiers()
public void setModifiers(List<DogmaEffectModifier> modifiers)
public DogmaEffectResponse name(String name)
public void setName(String name)
public DogmaEffectResponse postExpression(Integer postExpression)
@Nullable public Integer getPostExpression()
public void setPostExpression(Integer postExpression)
public DogmaEffectResponse preExpression(Integer preExpression)
@Nullable public Integer getPreExpression()
public void setPreExpression(Integer preExpression)
public DogmaEffectResponse published(Boolean published)
public void setPublished(Boolean published)
public DogmaEffectResponse rangeAttributeId(Integer rangeAttributeId)
@Nullable public Integer getRangeAttributeId()
public void setRangeAttributeId(Integer rangeAttributeId)
public DogmaEffectResponse rangeChance(Boolean rangeChance)
public void setRangeChance(Boolean rangeChance)
public DogmaEffectResponse trackingSpeedAttributeId(Integer trackingSpeedAttributeId)
@Nullable public Integer getTrackingSpeedAttributeId()
public void setTrackingSpeedAttributeId(Integer trackingSpeedAttributeId)
Copyright © 2023. All Rights Reserved.