public class PlanetRoute extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONTENT_TYPE_ID |
static String |
SERIALIZED_NAME_DESTINATION_PIN_ID |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_ROUTE_ID |
static String |
SERIALIZED_NAME_SOURCE_PIN_ID |
static String |
SERIALIZED_NAME_WAYPOINTS |
| Constructor and Description |
|---|
PlanetRoute() |
| Modifier and Type | Method and Description |
|---|---|
PlanetRoute |
addWaypointsItem(Long waypointsItem) |
PlanetRoute |
contentTypeId(Integer contentTypeId) |
PlanetRoute |
destinationPinId(Long destinationPinId) |
boolean |
equals(Object o) |
Integer |
getContentTypeId()
content_type_id integer
|
Long |
getDestinationPinId()
destination_pin_id integer
|
Float |
getQuantity()
quantity number
|
Long |
getRouteId()
route_id integer
|
Long |
getSourcePinId()
source_pin_id integer
|
List<Long> |
getWaypoints()
list of pin ID waypoints
|
int |
hashCode() |
PlanetRoute |
quantity(Float quantity) |
PlanetRoute |
routeId(Long routeId) |
void |
setContentTypeId(Integer contentTypeId) |
void |
setDestinationPinId(Long destinationPinId) |
void |
setQuantity(Float quantity) |
void |
setRouteId(Long routeId) |
void |
setSourcePinId(Long sourcePinId) |
void |
setWaypoints(List<Long> waypoints) |
PlanetRoute |
sourcePinId(Long sourcePinId) |
String |
toString() |
PlanetRoute |
waypoints(List<Long> waypoints) |
public static final String SERIALIZED_NAME_CONTENT_TYPE_ID
public static final String SERIALIZED_NAME_DESTINATION_PIN_ID
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_ROUTE_ID
public static final String SERIALIZED_NAME_SOURCE_PIN_ID
public static final String SERIALIZED_NAME_WAYPOINTS
public PlanetRoute contentTypeId(Integer contentTypeId)
public Integer getContentTypeId()
public void setContentTypeId(Integer contentTypeId)
public PlanetRoute destinationPinId(Long destinationPinId)
public Long getDestinationPinId()
public void setDestinationPinId(Long destinationPinId)
public PlanetRoute quantity(Float quantity)
public Float getQuantity()
public void setQuantity(Float quantity)
public PlanetRoute routeId(Long routeId)
public Long getRouteId()
public void setRouteId(Long routeId)
public PlanetRoute sourcePinId(Long sourcePinId)
public Long getSourcePinId()
public void setSourcePinId(Long sourcePinId)
public PlanetRoute waypoints(List<Long> waypoints)
public PlanetRoute addWaypointsItem(Long waypointsItem)
Copyright © 2020. All Rights Reserved.