Package net.troja.eve.esi.model
Class PlanetRoute
- java.lang.Object
-
- net.troja.eve.esi.model.PlanetRoute
-
- All Implemented Interfaces:
Serializable
public class PlanetRoute extends Object implements Serializable
route object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTENT_TYPE_IDstatic StringSERIALIZED_NAME_DESTINATION_PIN_IDstatic StringSERIALIZED_NAME_QUANTITYstatic StringSERIALIZED_NAME_ROUTE_IDstatic StringSERIALIZED_NAME_SOURCE_PIN_IDstatic StringSERIALIZED_NAME_WAYPOINTS
-
Constructor Summary
Constructors Constructor Description PlanetRoute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanetRouteaddWaypointsItem(Long waypointsItem)PlanetRoutecontentTypeId(Integer contentTypeId)PlanetRoutedestinationPinId(Long destinationPinId)booleanequals(Object o)IntegergetContentTypeId()content_type_id integerLonggetDestinationPinId()destination_pin_id integerFloatgetQuantity()quantity numberLonggetRouteId()route_id integerLonggetSourcePinId()source_pin_id integerList<Long>getWaypoints()list of pin ID waypointsinthashCode()PlanetRoutequantity(Float quantity)PlanetRouterouteId(Long routeId)voidsetContentTypeId(Integer contentTypeId)voidsetDestinationPinId(Long destinationPinId)voidsetQuantity(Float quantity)voidsetRouteId(Long routeId)voidsetSourcePinId(Long sourcePinId)voidsetWaypoints(List<Long> waypoints)PlanetRoutesourcePinId(Long sourcePinId)StringtoString()PlanetRoutewaypoints(List<Long> waypoints)
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTENT_TYPE_ID
public static final String SERIALIZED_NAME_CONTENT_TYPE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESTINATION_PIN_ID
public static final String SERIALIZED_NAME_DESTINATION_PIN_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_QUANTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ROUTE_ID
public static final String SERIALIZED_NAME_ROUTE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE_PIN_ID
public static final String SERIALIZED_NAME_SOURCE_PIN_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WAYPOINTS
public static final String SERIALIZED_NAME_WAYPOINTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
contentTypeId
public PlanetRoute contentTypeId(Integer contentTypeId)
-
getContentTypeId
public Integer getContentTypeId()
content_type_id integer- Returns:
- contentTypeId
-
setContentTypeId
public void setContentTypeId(Integer contentTypeId)
-
destinationPinId
public PlanetRoute destinationPinId(Long destinationPinId)
-
getDestinationPinId
public Long getDestinationPinId()
destination_pin_id integer- Returns:
- destinationPinId
-
setDestinationPinId
public void setDestinationPinId(Long destinationPinId)
-
quantity
public PlanetRoute quantity(Float quantity)
-
getQuantity
public Float getQuantity()
quantity number- Returns:
- quantity
-
setQuantity
public void setQuantity(Float quantity)
-
routeId
public PlanetRoute routeId(Long routeId)
-
getRouteId
public Long getRouteId()
route_id integer- Returns:
- routeId
-
setRouteId
public void setRouteId(Long routeId)
-
sourcePinId
public PlanetRoute sourcePinId(Long sourcePinId)
-
getSourcePinId
public Long getSourcePinId()
source_pin_id integer- Returns:
- sourcePinId
-
setSourcePinId
public void setSourcePinId(Long sourcePinId)
-
waypoints
public PlanetRoute waypoints(List<Long> waypoints)
-
addWaypointsItem
public PlanetRoute addWaypointsItem(Long waypointsItem)
-
-