Package net.troja.eve.esi.model
Class DogmaDynamicItemsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.DogmaDynamicItemsResponse
-
- All Implemented Interfaces:
Serializable
public class DogmaDynamicItemsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATED_BYstatic StringSERIALIZED_NAME_DOGMA_ATTRIBUTESstatic StringSERIALIZED_NAME_DOGMA_EFFECTSstatic StringSERIALIZED_NAME_MUTATOR_TYPE_IDstatic StringSERIALIZED_NAME_SOURCE_TYPE_ID
-
Constructor Summary
Constructors Constructor Description DogmaDynamicItemsResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CREATED_BY
public static final String SERIALIZED_NAME_CREATED_BY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOGMA_ATTRIBUTES
public static final String SERIALIZED_NAME_DOGMA_ATTRIBUTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DOGMA_EFFECTS
public static final String SERIALIZED_NAME_DOGMA_EFFECTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MUTATOR_TYPE_ID
public static final String SERIALIZED_NAME_MUTATOR_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE_TYPE_ID
public static final String SERIALIZED_NAME_SOURCE_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
createdBy
public DogmaDynamicItemsResponse createdBy(Integer createdBy)
-
getCreatedBy
public Integer getCreatedBy()
The ID of the character who created the item- Returns:
- createdBy
-
setCreatedBy
public void setCreatedBy(Integer createdBy)
-
dogmaAttributes
public DogmaDynamicItemsResponse dogmaAttributes(List<DogmaDynamicAttribute> dogmaAttributes)
-
addDogmaAttributesItem
public DogmaDynamicItemsResponse addDogmaAttributesItem(DogmaDynamicAttribute dogmaAttributesItem)
-
getDogmaAttributes
public List<DogmaDynamicAttribute> getDogmaAttributes()
dogma_attributes array- Returns:
- dogmaAttributes
-
setDogmaAttributes
public void setDogmaAttributes(List<DogmaDynamicAttribute> dogmaAttributes)
-
dogmaEffects
public DogmaDynamicItemsResponse dogmaEffects(List<DogmaDynamicEffect> dogmaEffects)
-
addDogmaEffectsItem
public DogmaDynamicItemsResponse addDogmaEffectsItem(DogmaDynamicEffect dogmaEffectsItem)
-
getDogmaEffects
public List<DogmaDynamicEffect> getDogmaEffects()
dogma_effects array- Returns:
- dogmaEffects
-
setDogmaEffects
public void setDogmaEffects(List<DogmaDynamicEffect> dogmaEffects)
-
mutatorTypeId
public DogmaDynamicItemsResponse mutatorTypeId(Integer mutatorTypeId)
-
getMutatorTypeId
public Integer getMutatorTypeId()
The type ID of the mutator used to generate the dynamic item.- Returns:
- mutatorTypeId
-
setMutatorTypeId
public void setMutatorTypeId(Integer mutatorTypeId)
-
sourceTypeId
public DogmaDynamicItemsResponse sourceTypeId(Integer sourceTypeId)
-
getSourceTypeId
public Integer getSourceTypeId()
The type ID of the source item the mutator was applied to create the dynamic item.- Returns:
- sourceTypeId
-
setSourceTypeId
public void setSourceTypeId(Integer sourceTypeId)
-
-