public class DogmaDynamicItemsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_BY |
static String |
SERIALIZED_NAME_DOGMA_ATTRIBUTES |
static String |
SERIALIZED_NAME_DOGMA_EFFECTS |
static String |
SERIALIZED_NAME_MUTATOR_TYPE_ID |
static String |
SERIALIZED_NAME_SOURCE_TYPE_ID |
| Constructor and Description |
|---|
DogmaDynamicItemsResponse() |
public static final String SERIALIZED_NAME_CREATED_BY
public static final String SERIALIZED_NAME_DOGMA_ATTRIBUTES
public static final String SERIALIZED_NAME_DOGMA_EFFECTS
public static final String SERIALIZED_NAME_MUTATOR_TYPE_ID
public static final String SERIALIZED_NAME_SOURCE_TYPE_ID
public DogmaDynamicItemsResponse createdBy(Integer createdBy)
public Integer getCreatedBy()
public void setCreatedBy(Integer createdBy)
public DogmaDynamicItemsResponse dogmaAttributes(List<DogmaDynamicAttribute> dogmaAttributes)
public DogmaDynamicItemsResponse addDogmaAttributesItem(DogmaDynamicAttribute dogmaAttributesItem)
public List<DogmaDynamicAttribute> getDogmaAttributes()
public void setDogmaAttributes(List<DogmaDynamicAttribute> dogmaAttributes)
public DogmaDynamicItemsResponse dogmaEffects(List<DogmaDynamicEffect> dogmaEffects)
public DogmaDynamicItemsResponse addDogmaEffectsItem(DogmaDynamicEffect dogmaEffectsItem)
public List<DogmaDynamicEffect> getDogmaEffects()
public void setDogmaEffects(List<DogmaDynamicEffect> dogmaEffects)
public DogmaDynamicItemsResponse mutatorTypeId(Integer mutatorTypeId)
public Integer getMutatorTypeId()
public void setMutatorTypeId(Integer mutatorTypeId)
public DogmaDynamicItemsResponse sourceTypeId(Integer sourceTypeId)
public Integer getSourceTypeId()
public void setSourceTypeId(Integer sourceTypeId)
Copyright © 2021. All Rights Reserved.