public class RegionResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONSTELLATIONS |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REGION_ID |
| Constructor and Description |
|---|
RegionResponse() |
| Modifier and Type | Method and Description |
|---|---|
RegionResponse |
addConstellationsItem(Integer constellationsItem) |
RegionResponse |
constellations(List<Integer> constellations) |
RegionResponse |
description(String description) |
boolean |
equals(Object o) |
List<Integer> |
getConstellations()
constellations array
|
String |
getDescription()
description string
|
String |
getName()
name string
|
Integer |
getRegionId()
region_id integer
|
int |
hashCode() |
RegionResponse |
name(String name) |
RegionResponse |
regionId(Integer regionId) |
void |
setConstellations(List<Integer> constellations) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setRegionId(Integer regionId) |
String |
toString() |
public static final String SERIALIZED_NAME_CONSTELLATIONS
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_REGION_ID
public RegionResponse constellations(List<Integer> constellations)
public RegionResponse addConstellationsItem(Integer constellationsItem)
public List<Integer> getConstellations()
public RegionResponse description(String description)
public void setDescription(String description)
public RegionResponse name(String name)
public String getName()
public void setName(String name)
public RegionResponse regionId(Integer regionId)
public Integer getRegionId()
public void setRegionId(Integer regionId)
Copyright © 2023. All Rights Reserved.