public class StargateDestination extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_STARGATE_ID |
static String |
SERIALIZED_NAME_SYSTEM_ID |
| Constructor and Description |
|---|
StargateDestination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getStargateId()
The stargate this stargate connects to
|
Integer |
getSystemId()
The solar system this stargate connects to
|
int |
hashCode() |
void |
setStargateId(Integer stargateId) |
void |
setSystemId(Integer systemId) |
StargateDestination |
stargateId(Integer stargateId) |
StargateDestination |
systemId(Integer systemId) |
String |
toString() |
public static final String SERIALIZED_NAME_STARGATE_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
public StargateDestination stargateId(Integer stargateId)
public Integer getStargateId()
public void setStargateId(Integer stargateId)
public StargateDestination systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
Copyright © 2020. All Rights Reserved.