public class TypeResponse extends Object implements Serializable
| Constructor and Description |
|---|
TypeResponse() |
public TypeResponse capacity(Float capacity)
public Float getCapacity()
public void setCapacity(Float capacity)
public TypeResponse description(String description)
public String getDescription()
public void setDescription(String description)
public TypeResponse dogmaAttributes(List<TypeDogmaAttribute> dogmaAttributes)
public TypeResponse addDogmaAttributesItem(TypeDogmaAttribute dogmaAttributesItem)
public List<TypeDogmaAttribute> getDogmaAttributes()
public void setDogmaAttributes(List<TypeDogmaAttribute> dogmaAttributes)
public TypeResponse dogmaEffects(List<TypeDogmaEffect> dogmaEffects)
public TypeResponse addDogmaEffectsItem(TypeDogmaEffect dogmaEffectsItem)
public List<TypeDogmaEffect> getDogmaEffects()
public void setDogmaEffects(List<TypeDogmaEffect> dogmaEffects)
public TypeResponse graphicId(Integer graphicId)
public Integer getGraphicId()
public void setGraphicId(Integer graphicId)
public TypeResponse groupId(Integer groupId)
public Integer getGroupId()
public void setGroupId(Integer groupId)
public TypeResponse iconId(Integer iconId)
public Integer getIconId()
public void setIconId(Integer iconId)
public TypeResponse mass(Float mass)
public Float getMass()
public void setMass(Float mass)
public TypeResponse name(String name)
public String getName()
public void setName(String name)
public TypeResponse portionSize(Integer portionSize)
public Integer getPortionSize()
public void setPortionSize(Integer portionSize)
public TypeResponse published(Boolean published)
public Boolean getPublished()
public void setPublished(Boolean published)
public TypeResponse radius(Float radius)
public Float getRadius()
public void setRadius(Float radius)
public TypeResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public TypeResponse volume(Float volume)
public Float getVolume()
public void setVolume(Float volume)
Copyright © 2017. All Rights Reserved.