Package net.troja.eve.esi.model
Class GroupResponse
- java.lang.Object
-
- net.troja.eve.esi.model.GroupResponse
-
- All Implemented Interfaces:
Serializable
public class GroupResponse 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_GROUP_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PUBLISHEDstatic StringSERIALIZED_NAME_TYPES
-
Constructor Summary
Constructors Constructor Description GroupResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupResponseaddTypesItem(Integer typesItem)GroupResponsecategoryId(Integer categoryId)booleanequals(Object o)IntegergetCategoryId()category_id integerIntegergetGroupId()group_id integerStringgetName()name stringBooleangetPublished()published booleanList<Integer>getTypes()types arrayGroupResponsegroupId(Integer groupId)inthashCode()GroupResponsename(String name)GroupResponsepublished(Boolean published)voidsetCategoryId(Integer categoryId)voidsetGroupId(Integer groupId)voidsetName(String name)voidsetPublished(Boolean published)voidsetTypes(List<Integer> types)StringtoString()GroupResponsetypes(List<Integer> types)
-
-
-
Field Detail
-
SERIALIZED_NAME_CATEGORY_ID
public static final String SERIALIZED_NAME_CATEGORY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GROUP_ID
public static final String SERIALIZED_NAME_GROUP_ID
- 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
-
SERIALIZED_NAME_TYPES
public static final String SERIALIZED_NAME_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
categoryId
public GroupResponse categoryId(Integer categoryId)
-
getCategoryId
public Integer getCategoryId()
category_id integer- Returns:
- categoryId
-
setCategoryId
public void setCategoryId(Integer categoryId)
-
groupId
public GroupResponse groupId(Integer groupId)
-
getGroupId
public Integer getGroupId()
group_id integer- Returns:
- groupId
-
setGroupId
public void setGroupId(Integer groupId)
-
name
public GroupResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
published
public GroupResponse published(Boolean published)
-
getPublished
public Boolean getPublished()
published boolean- Returns:
- published
-
setPublished
public void setPublished(Boolean published)
-
types
public GroupResponse types(List<Integer> types)
-
addTypesItem
public GroupResponse addTypesItem(Integer typesItem)
-
-