Package net.troja.eve.esi.model
Class DogmaEffectResponse
- java.lang.Object
-
- net.troja.eve.esi.model.DogmaEffectResponse
-
- All Implemented Interfaces:
Serializable
public class DogmaEffectResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_DISALLOW_AUTO_REPEATstatic StringSERIALIZED_NAME_DISCHARGE_ATTRIBUTE_IDstatic StringSERIALIZED_NAME_DISPLAY_NAMEstatic StringSERIALIZED_NAME_DURATION_ATTRIBUTE_IDstatic StringSERIALIZED_NAME_EFFECT_CATEGORYstatic StringSERIALIZED_NAME_EFFECT_IDstatic StringSERIALIZED_NAME_ELECTRONIC_CHANCEstatic StringSERIALIZED_NAME_FALLOFF_ATTRIBUTE_IDstatic StringSERIALIZED_NAME_ICON_IDstatic StringSERIALIZED_NAME_IS_ASSISTANCEstatic StringSERIALIZED_NAME_IS_OFFENSIVEstatic StringSERIALIZED_NAME_IS_WARP_SAFEstatic StringSERIALIZED_NAME_MODIFIERSstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_POST_EXPRESSIONstatic StringSERIALIZED_NAME_PRE_EXPRESSIONstatic StringSERIALIZED_NAME_PUBLISHEDstatic StringSERIALIZED_NAME_RANGE_ATTRIBUTE_IDstatic StringSERIALIZED_NAME_RANGE_CHANCEstatic StringSERIALIZED_NAME_TRACKING_SPEED_ATTRIBUTE_ID
-
Constructor Summary
Constructors Constructor Description DogmaEffectResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISALLOW_AUTO_REPEAT
public static final String SERIALIZED_NAME_DISALLOW_AUTO_REPEAT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISCHARGE_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_DISCHARGE_ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DURATION_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_DURATION_ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EFFECT_CATEGORY
public static final String SERIALIZED_NAME_EFFECT_CATEGORY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EFFECT_ID
public static final String SERIALIZED_NAME_EFFECT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ELECTRONIC_CHANCE
public static final String SERIALIZED_NAME_ELECTRONIC_CHANCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FALLOFF_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_FALLOFF_ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ICON_ID
public static final String SERIALIZED_NAME_ICON_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_ASSISTANCE
public static final String SERIALIZED_NAME_IS_ASSISTANCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_OFFENSIVE
public static final String SERIALIZED_NAME_IS_OFFENSIVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_WARP_SAFE
public static final String SERIALIZED_NAME_IS_WARP_SAFE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MODIFIERS
public static final String SERIALIZED_NAME_MODIFIERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_POST_EXPRESSION
public static final String SERIALIZED_NAME_POST_EXPRESSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRE_EXPRESSION
public static final String SERIALIZED_NAME_PRE_EXPRESSION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PUBLISHED
public static final String SERIALIZED_NAME_PUBLISHED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RANGE_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_RANGE_ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RANGE_CHANCE
public static final String SERIALIZED_NAME_RANGE_CHANCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACKING_SPEED_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_TRACKING_SPEED_ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public DogmaEffectResponse description(String description)
-
setDescription
public void setDescription(String description)
-
disallowAutoRepeat
public DogmaEffectResponse disallowAutoRepeat(Boolean disallowAutoRepeat)
-
getDisallowAutoRepeat
@Nullable public Boolean getDisallowAutoRepeat()
disallow_auto_repeat boolean- Returns:
- disallowAutoRepeat
-
setDisallowAutoRepeat
public void setDisallowAutoRepeat(Boolean disallowAutoRepeat)
-
dischargeAttributeId
public DogmaEffectResponse dischargeAttributeId(Integer dischargeAttributeId)
-
getDischargeAttributeId
@Nullable public Integer getDischargeAttributeId()
discharge_attribute_id integer- Returns:
- dischargeAttributeId
-
setDischargeAttributeId
public void setDischargeAttributeId(Integer dischargeAttributeId)
-
displayName
public DogmaEffectResponse displayName(String displayName)
-
setDisplayName
public void setDisplayName(String displayName)
-
durationAttributeId
public DogmaEffectResponse durationAttributeId(Integer durationAttributeId)
-
getDurationAttributeId
@Nullable public Integer getDurationAttributeId()
duration_attribute_id integer- Returns:
- durationAttributeId
-
setDurationAttributeId
public void setDurationAttributeId(Integer durationAttributeId)
-
effectCategory
public DogmaEffectResponse effectCategory(Integer effectCategory)
-
getEffectCategory
@Nullable public Integer getEffectCategory()
effect_category integer- Returns:
- effectCategory
-
setEffectCategory
public void setEffectCategory(Integer effectCategory)
-
effectId
public DogmaEffectResponse effectId(Integer effectId)
-
getEffectId
public Integer getEffectId()
effect_id integer- Returns:
- effectId
-
setEffectId
public void setEffectId(Integer effectId)
-
electronicChance
public DogmaEffectResponse electronicChance(Boolean electronicChance)
-
getElectronicChance
@Nullable public Boolean getElectronicChance()
electronic_chance boolean- Returns:
- electronicChance
-
setElectronicChance
public void setElectronicChance(Boolean electronicChance)
-
falloffAttributeId
public DogmaEffectResponse falloffAttributeId(Integer falloffAttributeId)
-
getFalloffAttributeId
@Nullable public Integer getFalloffAttributeId()
falloff_attribute_id integer- Returns:
- falloffAttributeId
-
setFalloffAttributeId
public void setFalloffAttributeId(Integer falloffAttributeId)
-
iconId
public DogmaEffectResponse iconId(Integer iconId)
-
setIconId
public void setIconId(Integer iconId)
-
isAssistance
public DogmaEffectResponse isAssistance(Boolean isAssistance)
-
getIsAssistance
@Nullable public Boolean getIsAssistance()
is_assistance boolean- Returns:
- isAssistance
-
setIsAssistance
public void setIsAssistance(Boolean isAssistance)
-
isOffensive
public DogmaEffectResponse isOffensive(Boolean isOffensive)
-
setIsOffensive
public void setIsOffensive(Boolean isOffensive)
-
isWarpSafe
public DogmaEffectResponse isWarpSafe(Boolean isWarpSafe)
-
setIsWarpSafe
public void setIsWarpSafe(Boolean isWarpSafe)
-
modifiers
public DogmaEffectResponse modifiers(List<DogmaEffectModifier> modifiers)
-
addModifiersItem
public DogmaEffectResponse addModifiersItem(DogmaEffectModifier modifiersItem)
-
getModifiers
@Nullable public List<DogmaEffectModifier> getModifiers()
modifiers array- Returns:
- modifiers
-
setModifiers
public void setModifiers(List<DogmaEffectModifier> modifiers)
-
name
public DogmaEffectResponse name(String name)
-
setName
public void setName(String name)
-
postExpression
public DogmaEffectResponse postExpression(Integer postExpression)
-
getPostExpression
@Nullable public Integer getPostExpression()
post_expression integer- Returns:
- postExpression
-
setPostExpression
public void setPostExpression(Integer postExpression)
-
preExpression
public DogmaEffectResponse preExpression(Integer preExpression)
-
getPreExpression
@Nullable public Integer getPreExpression()
pre_expression integer- Returns:
- preExpression
-
setPreExpression
public void setPreExpression(Integer preExpression)
-
published
public DogmaEffectResponse published(Boolean published)
-
setPublished
public void setPublished(Boolean published)
-
rangeAttributeId
public DogmaEffectResponse rangeAttributeId(Integer rangeAttributeId)
-
getRangeAttributeId
@Nullable public Integer getRangeAttributeId()
range_attribute_id integer- Returns:
- rangeAttributeId
-
setRangeAttributeId
public void setRangeAttributeId(Integer rangeAttributeId)
-
rangeChance
public DogmaEffectResponse rangeChance(Boolean rangeChance)
-
setRangeChance
public void setRangeChance(Boolean rangeChance)
-
trackingSpeedAttributeId
public DogmaEffectResponse trackingSpeedAttributeId(Integer trackingSpeedAttributeId)
-
getTrackingSpeedAttributeId
@Nullable public Integer getTrackingSpeedAttributeId()
tracking_speed_attribute_id integer- Returns:
- trackingSpeedAttributeId
-
setTrackingSpeedAttributeId
public void setTrackingSpeedAttributeId(Integer trackingSpeedAttributeId)
-
-