public class PlanetRoute extends Object implements Serializable
| Constructor and Description |
|---|
PlanetRoute() |
| Modifier and Type | Method and Description |
|---|---|
PlanetRoute |
addWaypointsItem(PlanetWaypoint 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
|
Long |
getQuantity()
quantity integer
|
Long |
getRouteId()
route_id integer
|
Long |
getSourcePinId()
source_pin_id integer
|
List<PlanetWaypoint> |
getWaypoints()
waypoints array
|
int |
hashCode() |
PlanetRoute |
quantity(Long quantity) |
PlanetRoute |
routeId(Long routeId) |
void |
setContentTypeId(Integer contentTypeId) |
void |
setDestinationPinId(Long destinationPinId) |
void |
setQuantity(Long quantity) |
void |
setRouteId(Long routeId) |
void |
setSourcePinId(Long sourcePinId) |
void |
setWaypoints(List<PlanetWaypoint> waypoints) |
PlanetRoute |
sourcePinId(Long sourcePinId) |
String |
toString() |
PlanetRoute |
waypoints(List<PlanetWaypoint> 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(Long quantity)
public Long getQuantity()
public void setQuantity(Long 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<PlanetWaypoint> waypoints)
public PlanetRoute addWaypointsItem(PlanetWaypoint waypointsItem)
public List<PlanetWaypoint> getWaypoints()
public void setWaypoints(List<PlanetWaypoint> waypoints)
Copyright © 2017. All Rights Reserved.