Class PlanetRoute

    • Constructor Detail

      • PlanetRoute

        public PlanetRoute()
    • Method Detail

      • 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)
      • getQuantity

        public Float getQuantity()
        quantity number
        Returns:
        quantity
      • setQuantity

        public void setQuantity​(Float quantity)
      • getRouteId

        public Long getRouteId()
        route_id integer
        Returns:
        routeId
      • setRouteId

        public void setRouteId​(Long routeId)
      • getSourcePinId

        public Long getSourcePinId()
        source_pin_id integer
        Returns:
        sourcePinId
      • setSourcePinId

        public void setSourcePinId​(Long sourcePinId)
      • addWaypointsItem

        public PlanetRoute addWaypointsItem​(Long waypointsItem)
      • getWaypoints

        @Nullable
        public List<Long> getWaypoints()
        list of pin ID waypoints
        Returns:
        waypoints
      • setWaypoints

        public void setWaypoints​(List<Long> waypoints)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object