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_ATTRIBUTE_ID
public static final String SERIALIZED_NAME_DEFAULT_VALUE
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_HIGH_IS_GOOD
public static final String SERIALIZED_NAME_ICON_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PUBLISHED
public static final String SERIALIZED_NAME_STACKABLE
public static final String SERIALIZED_NAME_UNIT_ID
public DogmaAttributeResponse attributeId(Integer attributeId)
public Integer getAttributeId()
public void setAttributeId(Integer attributeId)
public DogmaAttributeResponse defaultValue(Float defaultValue)
public void setDefaultValue(Float defaultValue)
public DogmaAttributeResponse description(String description)
public void setDescription(String description)
public DogmaAttributeResponse displayName(String displayName)
public void setDisplayName(String displayName)
public DogmaAttributeResponse highIsGood(Boolean highIsGood)
public void setHighIsGood(Boolean highIsGood)
public DogmaAttributeResponse iconId(Integer iconId)
public void setIconId(Integer iconId)
public DogmaAttributeResponse name(String name)
public void setName(String name)
public DogmaAttributeResponse published(Boolean published)
public void setPublished(Boolean published)
public DogmaAttributeResponse stackable(Boolean stackable)
public void setStackable(Boolean stackable)
public DogmaAttributeResponse unitId(Integer unitId)
public void setUnitId(Integer unitId)
Copyright © 2020. All Rights Reserved.