Package net.troja.eve.esi.model
Class CategoryResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CategoryResponse
-
- All Implemented Interfaces:
Serializable
public class CategoryResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CATEGORY_IDstatic StringSERIALIZED_NAME_GROUPSstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PUBLISHED
-
Constructor Summary
Constructors Constructor Description CategoryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryResponseaddGroupsItem(Integer groupsItem)CategoryResponsecategoryId(Integer categoryId)booleanequals(Object o)IntegergetCategoryId()category_id integerList<Integer>getGroups()groups arrayStringgetName()name stringBooleangetPublished()published booleanCategoryResponsegroups(List<Integer> groups)inthashCode()CategoryResponsename(String name)CategoryResponsepublished(Boolean published)voidsetCategoryId(Integer categoryId)voidsetGroups(List<Integer> groups)voidsetName(String name)voidsetPublished(Boolean published)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CATEGORY_ID
public static final String SERIALIZED_NAME_CATEGORY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GROUPS
public static final String SERIALIZED_NAME_GROUPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PUBLISHED
public static final String SERIALIZED_NAME_PUBLISHED
- See Also:
- Constant Field Values
-
-
Method Detail
-
categoryId
public CategoryResponse categoryId(Integer categoryId)
-
getCategoryId
public Integer getCategoryId()
category_id integer- Returns:
- categoryId
-
setCategoryId
public void setCategoryId(Integer categoryId)
-
groups
public CategoryResponse groups(List<Integer> groups)
-
addGroupsItem
public CategoryResponse addGroupsItem(Integer groupsItem)
-
name
public CategoryResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
published
public CategoryResponse published(Boolean published)
-
getPublished
public Boolean getPublished()
published boolean- Returns:
- published
-
setPublished
public void setPublished(Boolean published)
-
-