public class StargateResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESTINATION |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_POSITION |
static String |
SERIALIZED_NAME_STARGATE_ID |
static String |
SERIALIZED_NAME_SYSTEM_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
StargateResponse() |
| Modifier and Type | Method and Description |
|---|---|
StargateResponse |
destination(StargateDestination destination) |
boolean |
equals(Object o) |
StargateDestination |
getDestination()
Get destination
|
String |
getName()
name string
|
Position |
getPosition()
Get position
|
Integer |
getStargateId()
stargate_id integer
|
Integer |
getSystemId()
The solar system this stargate is in
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
StargateResponse |
name(String name) |
StargateResponse |
position(Position position) |
void |
setDestination(StargateDestination destination) |
void |
setName(String name) |
void |
setPosition(Position position) |
void |
setStargateId(Integer stargateId) |
void |
setSystemId(Integer systemId) |
void |
setTypeId(Integer typeId) |
StargateResponse |
stargateId(Integer stargateId) |
StargateResponse |
systemId(Integer systemId) |
String |
toString() |
StargateResponse |
typeId(Integer typeId) |
public static final String SERIALIZED_NAME_DESTINATION
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_POSITION
public static final String SERIALIZED_NAME_STARGATE_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_TYPE_ID
public StargateResponse destination(StargateDestination destination)
public StargateDestination getDestination()
public void setDestination(StargateDestination destination)
public StargateResponse name(String name)
public String getName()
public void setName(String name)
public StargateResponse position(Position position)
public Position getPosition()
public void setPosition(Position position)
public StargateResponse stargateId(Integer stargateId)
public Integer getStargateId()
public void setStargateId(Integer stargateId)
public StargateResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
public StargateResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2021. All Rights Reserved.