public class TypeResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CAPACITY |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_DOGMA_ATTRIBUTES |
static String |
SERIALIZED_NAME_DOGMA_EFFECTS |
static String |
SERIALIZED_NAME_GRAPHIC_ID |
static String |
SERIALIZED_NAME_GROUP_ID |
static String |
SERIALIZED_NAME_ICON_ID |
static String |
SERIALIZED_NAME_MARKET_GROUP_ID |
static String |
SERIALIZED_NAME_MASS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PACKAGED_VOLUME |
static String |
SERIALIZED_NAME_PORTION_SIZE |
static String |
SERIALIZED_NAME_PUBLISHED |
static String |
SERIALIZED_NAME_RADIUS |
static String |
SERIALIZED_NAME_TYPE_ID |
static String |
SERIALIZED_NAME_VOLUME |
| Constructor and Description |
|---|
TypeResponse() |
public static final String SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_MASS
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_PUBLISHED
public static final String SERIALIZED_NAME_ICON_ID
public static final String SERIALIZED_NAME_PACKAGED_VOLUME
public static final String SERIALIZED_NAME_GRAPHIC_ID
public static final String SERIALIZED_NAME_CAPACITY
public static final String SERIALIZED_NAME_VOLUME
public static final String SERIALIZED_NAME_PORTION_SIZE
public static final String SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DOGMA_ATTRIBUTES
public static final String SERIALIZED_NAME_MARKET_GROUP_ID
public static final String SERIALIZED_NAME_RADIUS
public static final String SERIALIZED_NAME_DOGMA_EFFECTS
public TypeResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public TypeResponse mass(Float mass)
public Float getMass()
public void setMass(Float mass)
public TypeResponse description(String description)
public String getDescription()
public void setDescription(String description)
public TypeResponse published(Boolean published)
public Boolean getPublished()
public void setPublished(Boolean published)
public TypeResponse iconId(Integer iconId)
public Integer getIconId()
public void setIconId(Integer iconId)
public TypeResponse packagedVolume(Float packagedVolume)
public Float getPackagedVolume()
public void setPackagedVolume(Float packagedVolume)
public TypeResponse graphicId(Integer graphicId)
public Integer getGraphicId()
public void setGraphicId(Integer graphicId)
public TypeResponse capacity(Float capacity)
public Float getCapacity()
public void setCapacity(Float capacity)
public TypeResponse volume(Float volume)
public Float getVolume()
public void setVolume(Float volume)
public TypeResponse portionSize(Integer portionSize)
public Integer getPortionSize()
public void setPortionSize(Integer portionSize)
public TypeResponse groupId(Integer groupId)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public TypeResponse name(String name)
public String getName()
public void setName(String name)
public TypeResponse dogmaAttributes(List<TypeDogmaAttribute> dogmaAttributes)
public TypeResponse addDogmaAttributesItem(TypeDogmaAttribute dogmaAttributesItem)
public List<TypeDogmaAttribute> getDogmaAttributes()
public void setDogmaAttributes(List<TypeDogmaAttribute> dogmaAttributes)
public TypeResponse marketGroupId(Integer marketGroupId)
public Integer getMarketGroupId()
public void setMarketGroupId(Integer marketGroupId)
public TypeResponse radius(Float radius)
public Float getRadius()
public void setRadius(Float radius)
public TypeResponse dogmaEffects(List<TypeDogmaEffect> dogmaEffects)
public TypeResponse addDogmaEffectsItem(TypeDogmaEffect dogmaEffectsItem)
public List<TypeDogmaEffect> getDogmaEffects()
public void setDogmaEffects(List<TypeDogmaEffect> dogmaEffects)
Copyright © 2019. All Rights Reserved.