public class DogmaEffectResponse extends Object implements Serializable
| Constructor and Description |
|---|
DogmaEffectResponse() |
public DogmaEffectResponse effectId(Integer effectId)
public Integer getEffectId()
public void setEffectId(Integer effectId)
public DogmaEffectResponse name(String name)
public String getName()
public void setName(String name)
public DogmaEffectResponse displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public DogmaEffectResponse description(String description)
public String getDescription()
public void setDescription(String description)
public DogmaEffectResponse iconId(Integer iconId)
public Integer getIconId()
public void setIconId(Integer iconId)
public DogmaEffectResponse effectCategory(Integer effectCategory)
public Integer getEffectCategory()
public void setEffectCategory(Integer effectCategory)
public DogmaEffectResponse preExpression(Integer preExpression)
public Integer getPreExpression()
public void setPreExpression(Integer preExpression)
public DogmaEffectResponse postExpression(Integer postExpression)
public Integer getPostExpression()
public void setPostExpression(Integer postExpression)
public DogmaEffectResponse isOffensive(Boolean isOffensive)
public Boolean getIsOffensive()
public void setIsOffensive(Boolean isOffensive)
public DogmaEffectResponse isAssistance(Boolean isAssistance)
public Boolean getIsAssistance()
public void setIsAssistance(Boolean isAssistance)
public DogmaEffectResponse disallowAutoRepeat(Boolean disallowAutoRepeat)
public Boolean getDisallowAutoRepeat()
public void setDisallowAutoRepeat(Boolean disallowAutoRepeat)
public DogmaEffectResponse published(Boolean published)
public Boolean getPublished()
public void setPublished(Boolean published)
public DogmaEffectResponse isWarpSafe(Boolean isWarpSafe)
public Boolean getIsWarpSafe()
public void setIsWarpSafe(Boolean isWarpSafe)
public DogmaEffectResponse rangeChance(Boolean rangeChance)
public Boolean getRangeChance()
public void setRangeChance(Boolean rangeChance)
public DogmaEffectResponse electronicChance(Boolean electronicChance)
public Boolean getElectronicChance()
public void setElectronicChance(Boolean electronicChance)
public DogmaEffectResponse durationAttributeId(Integer durationAttributeId)
public Integer getDurationAttributeId()
public void setDurationAttributeId(Integer durationAttributeId)
public DogmaEffectResponse trackingSpeedAttributeId(Integer trackingSpeedAttributeId)
public Integer getTrackingSpeedAttributeId()
public void setTrackingSpeedAttributeId(Integer trackingSpeedAttributeId)
public DogmaEffectResponse dischargeAttributeId(Integer dischargeAttributeId)
public Integer getDischargeAttributeId()
public void setDischargeAttributeId(Integer dischargeAttributeId)
public DogmaEffectResponse rangeAttributeId(Integer rangeAttributeId)
public Integer getRangeAttributeId()
public void setRangeAttributeId(Integer rangeAttributeId)
public DogmaEffectResponse falloffAttributeId(Integer falloffAttributeId)
public Integer getFalloffAttributeId()
public void setFalloffAttributeId(Integer falloffAttributeId)
public DogmaEffectResponse modifiers(List<DogmaEffectModifier> modifiers)
public DogmaEffectResponse addModifiersItem(DogmaEffectModifier modifiersItem)
public List<DogmaEffectModifier> getModifiers()
public void setModifiers(List<DogmaEffectModifier> modifiers)
Copyright © 2017. All Rights Reserved.