Package net.troja.eve.esi.model
Class DogmaDynamicAttribute
- java.lang.Object
-
- net.troja.eve.esi.model.DogmaDynamicAttribute
-
- All Implemented Interfaces:
Serializable
public class DogmaDynamicAttribute extends Object implements Serializable
dogma_attribute object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ATTRIBUTE_IDstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description DogmaDynamicAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DogmaDynamicAttributeattributeId(Integer attributeId)booleanequals(Object o)IntegergetAttributeId()attribute_id integerFloatgetValue()value numberinthashCode()voidsetAttributeId(Integer attributeId)voidsetValue(Float value)StringtoString()DogmaDynamicAttributevalue(Float value)
-
-
-
Field Detail
-
SERIALIZED_NAME_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
attributeId
public DogmaDynamicAttribute attributeId(Integer attributeId)
-
getAttributeId
public Integer getAttributeId()
attribute_id integer- Returns:
- attributeId
-
setAttributeId
public void setAttributeId(Integer attributeId)
-
value
public DogmaDynamicAttribute value(Float value)
-
getValue
public Float getValue()
value number- Returns:
- value
-
setValue
public void setValue(Float value)
-
-