public class PlanetRoute extends Object implements Serializable
| 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 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 © 2019. All Rights Reserved.