Class Stop
- java.lang.Object
-
- software.amazon.spapi.models.vendor.shipments.v1.Stop
-
public class Stop extends java.lang.Object
Contractual or operational port or point relevant to the movement of the cargo.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Stop.FunctionCodeEnum
Provide the function code.
-
Constructor Summary
Constructors Constructor Description Stop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stop
arrivalTime(org.threeten.bp.OffsetDateTime arrivalTime)
Stop
departureTime(org.threeten.bp.OffsetDateTime departureTime)
boolean
equals(java.lang.Object o)
Stop
functionCode(Stop.FunctionCodeEnum functionCode)
org.threeten.bp.OffsetDateTime
getArrivalTime()
Date and time of the arrival of the cargo.org.threeten.bp.OffsetDateTime
getDepartureTime()
Date and time of the departure of the cargo.Stop.FunctionCodeEnum
getFunctionCode()
Provide the function code.Location
getLocationIdentification()
Get locationIdentificationint
hashCode()
Stop
locationIdentification(Location locationIdentification)
void
setArrivalTime(org.threeten.bp.OffsetDateTime arrivalTime)
void
setDepartureTime(org.threeten.bp.OffsetDateTime departureTime)
void
setFunctionCode(Stop.FunctionCodeEnum functionCode)
void
setLocationIdentification(Location locationIdentification)
java.lang.String
toString()
-
-
-
Method Detail
-
functionCode
public Stop functionCode(Stop.FunctionCodeEnum functionCode)
-
getFunctionCode
public Stop.FunctionCodeEnum getFunctionCode()
Provide the function code.- Returns:
- functionCode
-
setFunctionCode
public void setFunctionCode(Stop.FunctionCodeEnum functionCode)
-
getLocationIdentification
public Location getLocationIdentification()
Get locationIdentification- Returns:
- locationIdentification
-
setLocationIdentification
public void setLocationIdentification(Location locationIdentification)
-
arrivalTime
public Stop arrivalTime(org.threeten.bp.OffsetDateTime arrivalTime)
-
getArrivalTime
public org.threeten.bp.OffsetDateTime getArrivalTime()
Date and time of the arrival of the cargo.- Returns:
- arrivalTime
-
setArrivalTime
public void setArrivalTime(org.threeten.bp.OffsetDateTime arrivalTime)
-
departureTime
public Stop departureTime(org.threeten.bp.OffsetDateTime departureTime)
-
getDepartureTime
public org.threeten.bp.OffsetDateTime getDepartureTime()
Date and time of the departure of the cargo.- Returns:
- departureTime
-
setDepartureTime
public void setDepartureTime(org.threeten.bp.OffsetDateTime departureTime)
-
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
-
-