public class SystemJumpsResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_SHIP_JUMPS |
static String |
SERIALIZED_NAME_SYSTEM_ID |
| Constructor and Description |
|---|
SystemJumpsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getShipJumps()
ship_jumps integer
|
Integer |
getSystemId()
system_id integer
|
int |
hashCode() |
void |
setShipJumps(Integer shipJumps) |
void |
setSystemId(Integer systemId) |
SystemJumpsResponse |
shipJumps(Integer shipJumps) |
SystemJumpsResponse |
systemId(Integer systemId) |
String |
toString() |
public static final String SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_SHIP_JUMPS
public SystemJumpsResponse systemId(Integer systemId)
public Integer getSystemId()
public void setSystemId(Integer systemId)
public SystemJumpsResponse shipJumps(Integer shipJumps)
public Integer getShipJumps()
public void setShipJumps(Integer shipJumps)
Copyright © 2019. All Rights Reserved.