Class Route
- java.lang.Object
-
- software.amazon.spapi.models.vendor.shipments.v1.Route
-
public class Route extends java.lang.Object
This is used only for direct import shipment confirmations.
-
-
Constructor Summary
Constructors Constructor Description Route()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Route
addStopsItem(Stop stopsItem)
boolean
equals(java.lang.Object o)
java.util.List<Stop>
getStops()
The port or location involved in transporting the cargo, as specified in transportation contracts or operational plans.int
hashCode()
void
setStops(java.util.List<Stop> stops)
Route
stops(java.util.List<Stop> stops)
java.lang.String
toString()
-
-
-
Method Detail
-
getStops
public java.util.List<Stop> getStops()
The port or location involved in transporting the cargo, as specified in transportation contracts or operational plans.- Returns:
- stops
-
setStops
public void setStops(java.util.List<Stop> stops)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-