Package net.troja.eve.esi.model
Class RegionResponse
- java.lang.Object
-
- net.troja.eve.esi.model.RegionResponse
-
- All Implemented Interfaces:
Serializable
public class RegionResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONSTELLATIONSstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_REGION_ID
-
Constructor Summary
Constructors Constructor Description RegionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionResponseaddConstellationsItem(Integer constellationsItem)RegionResponseconstellations(List<Integer> constellations)RegionResponsedescription(String description)booleanequals(Object o)List<Integer>getConstellations()constellations arrayStringgetDescription()description stringStringgetName()name stringIntegergetRegionId()region_id integerinthashCode()RegionResponsename(String name)RegionResponseregionId(Integer regionId)voidsetConstellations(List<Integer> constellations)voidsetDescription(String description)voidsetName(String name)voidsetRegionId(Integer regionId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONSTELLATIONS
public static final String SERIALIZED_NAME_CONSTELLATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REGION_ID
public static final String SERIALIZED_NAME_REGION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
constellations
public RegionResponse constellations(List<Integer> constellations)
-
addConstellationsItem
public RegionResponse addConstellationsItem(Integer constellationsItem)
-
getConstellations
public List<Integer> getConstellations()
constellations array- Returns:
- constellations
-
description
public RegionResponse description(String description)
-
setDescription
public void setDescription(String description)
-
name
public RegionResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
regionId
public RegionResponse regionId(Integer regionId)
-
getRegionId
public Integer getRegionId()
region_id integer- Returns:
- regionId
-
setRegionId
public void setRegionId(Integer regionId)
-
-