public class DogmaAttributeResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ATTRIBUTE_ID |
static String |
SERIALIZED_NAME_DEFAULT_VALUE |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_HIGH_IS_GOOD |
static String |
SERIALIZED_NAME_ICON_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PUBLISHED |
static String |
SERIALIZED_NAME_STACKABLE |
static String |
SERIALIZED_NAME_UNIT_ID |
| Constructor and Description |
|---|
DogmaAttributeResponse() |
public static final String SERIALIZED_NAME_STACKABLE
public static final String SERIALIZED_NAME_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DEFAULT_VALUE
public static final String SERIALIZED_NAME_PUBLISHED
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_ICON_ID
public static final String SERIALIZED_NAME_HIGH_IS_GOOD
public static final String SERIALIZED_NAME_UNIT_ID
public DogmaAttributeResponse stackable(Boolean stackable)
public Boolean getStackable()
public void setStackable(Boolean stackable)
public DogmaAttributeResponse attributeId(Integer attributeId)
public Integer getAttributeId()
public void setAttributeId(Integer attributeId)
public DogmaAttributeResponse name(String name)
public String getName()
public void setName(String name)
public DogmaAttributeResponse description(String description)
public String getDescription()
public void setDescription(String description)
public DogmaAttributeResponse defaultValue(Float defaultValue)
public Float getDefaultValue()
public void setDefaultValue(Float defaultValue)
public DogmaAttributeResponse published(Boolean published)
public Boolean getPublished()
public void setPublished(Boolean published)
public DogmaAttributeResponse displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public DogmaAttributeResponse iconId(Integer iconId)
public Integer getIconId()
public void setIconId(Integer iconId)
public DogmaAttributeResponse highIsGood(Boolean highIsGood)
public Boolean getHighIsGood()
public void setHighIsGood(Boolean highIsGood)
public DogmaAttributeResponse unitId(Integer unitId)
public Integer getUnitId()
public void setUnitId(Integer unitId)
Copyright © 2019. All Rights Reserved.