Package net.troja.eve.esi.model
Class DogmaAttributeResponse
- java.lang.Object
-
- net.troja.eve.esi.model.DogmaAttributeResponse
-
- All Implemented Interfaces:
Serializable
public class DogmaAttributeResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ATTRIBUTE_IDstatic StringSERIALIZED_NAME_DEFAULT_VALUEstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_DISPLAY_NAMEstatic StringSERIALIZED_NAME_HIGH_IS_GOODstatic StringSERIALIZED_NAME_ICON_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PUBLISHEDstatic StringSERIALIZED_NAME_STACKABLEstatic StringSERIALIZED_NAME_UNIT_ID
-
Constructor Summary
Constructors Constructor Description DogmaAttributeResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_ATTRIBUTE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DEFAULT_VALUE
public static final String SERIALIZED_NAME_DEFAULT_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HIGH_IS_GOOD
public static final String SERIALIZED_NAME_HIGH_IS_GOOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ICON_ID
public static final String SERIALIZED_NAME_ICON_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PUBLISHED
public static final String SERIALIZED_NAME_PUBLISHED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STACKABLE
public static final String SERIALIZED_NAME_STACKABLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNIT_ID
public static final String SERIALIZED_NAME_UNIT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
attributeId
public DogmaAttributeResponse attributeId(Integer attributeId)
-
getAttributeId
public Integer getAttributeId()
attribute_id integer- Returns:
- attributeId
-
setAttributeId
public void setAttributeId(Integer attributeId)
-
defaultValue
public DogmaAttributeResponse defaultValue(Float defaultValue)
-
setDefaultValue
public void setDefaultValue(Float defaultValue)
-
description
public DogmaAttributeResponse description(String description)
-
setDescription
public void setDescription(String description)
-
displayName
public DogmaAttributeResponse displayName(String displayName)
-
setDisplayName
public void setDisplayName(String displayName)
-
highIsGood
public DogmaAttributeResponse highIsGood(Boolean highIsGood)
-
setHighIsGood
public void setHighIsGood(Boolean highIsGood)
-
iconId
public DogmaAttributeResponse iconId(Integer iconId)
-
setIconId
public void setIconId(Integer iconId)
-
name
public DogmaAttributeResponse name(String name)
-
setName
public void setName(String name)
-
published
public DogmaAttributeResponse published(Boolean published)
-
setPublished
public void setPublished(Boolean published)
-
stackable
public DogmaAttributeResponse stackable(Boolean stackable)
-
setStackable
public void setStackable(Boolean stackable)
-
unitId
public DogmaAttributeResponse unitId(Integer unitId)
-
setUnitId
public void setUnitId(Integer unitId)
-
-