public class RegionResponse extends Object implements Serializable
| 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 RegionResponse constellations(List<Integer> constellations)
public RegionResponse addConstellationsItem(Integer constellationsItem)
public List<Integer> getConstellations()
public RegionResponse description(String description)
public String getDescription()
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 © 2017. All Rights Reserved.