Package net.troja.eve.esi.model
Class DogmaDynamicEffect
- java.lang.Object
-
- net.troja.eve.esi.model.DogmaDynamicEffect
-
- All Implemented Interfaces:
Serializable
public class DogmaDynamicEffect extends Object implements Serializable
dogma_effect object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_EFFECT_IDstatic StringSERIALIZED_NAME_IS_DEFAULT
-
Constructor Summary
Constructors Constructor Description DogmaDynamicEffect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DogmaDynamicEffecteffectId(Integer effectId)booleanequals(Object o)IntegergetEffectId()effect_id integerBooleangetIsDefault()is_default booleaninthashCode()DogmaDynamicEffectisDefault(Boolean isDefault)voidsetEffectId(Integer effectId)voidsetIsDefault(Boolean isDefault)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_EFFECT_ID
public static final String SERIALIZED_NAME_EFFECT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_DEFAULT
public static final String SERIALIZED_NAME_IS_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
effectId
public DogmaDynamicEffect effectId(Integer effectId)
-
getEffectId
public Integer getEffectId()
effect_id integer- Returns:
- effectId
-
setEffectId
public void setEffectId(Integer effectId)
-
isDefault
public DogmaDynamicEffect isDefault(Boolean isDefault)
-
getIsDefault
public Boolean getIsDefault()
is_default boolean- Returns:
- isDefault
-
setIsDefault
public void setIsDefault(Boolean isDefault)
-
-