Package net.troja.eve.esi.model
Class SystemJumpsResponse
- java.lang.Object
-
- net.troja.eve.esi.model.SystemJumpsResponse
-
- All Implemented Interfaces:
Serializable
public class SystemJumpsResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SHIP_JUMPSstatic StringSERIALIZED_NAME_SYSTEM_ID
-
Constructor Summary
Constructors Constructor Description SystemJumpsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetShipJumps()ship_jumps integerIntegergetSystemId()system_id integerinthashCode()voidsetShipJumps(Integer shipJumps)voidsetSystemId(Integer systemId)SystemJumpsResponseshipJumps(Integer shipJumps)SystemJumpsResponsesystemId(Integer systemId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SHIP_JUMPS
public static final String SERIALIZED_NAME_SHIP_JUMPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SYSTEM_ID
public static final String SERIALIZED_NAME_SYSTEM_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
shipJumps
public SystemJumpsResponse shipJumps(Integer shipJumps)
-
getShipJumps
public Integer getShipJumps()
ship_jumps integer- Returns:
- shipJumps
-
setShipJumps
public void setShipJumps(Integer shipJumps)
-
systemId
public SystemJumpsResponse systemId(Integer systemId)
-
getSystemId
public Integer getSystemId()
system_id integer- Returns:
- systemId
-
setSystemId
public void setSystemId(Integer systemId)
-
-