Class CarrierAppointment


  • public class CarrierAppointment
    extends java.lang.Object
    Contains details for a transportation carrier appointment. This appointment is vended out by Amazon and is an indicator for when a transportation carrier is accepting shipments to be picked up.
    • Constructor Detail

      • CarrierAppointment

        public CarrierAppointment()
    • Method Detail

      • getEndTime

        public org.threeten.bp.OffsetDateTime getEndTime()
        The end timestamp of the appointment in UTC.
        Returns:
        endTime
      • setEndTime

        public void setEndTime​(org.threeten.bp.OffsetDateTime endTime)
      • startTime

        public CarrierAppointment startTime​(org.threeten.bp.OffsetDateTime startTime)
      • getStartTime

        public org.threeten.bp.OffsetDateTime getStartTime()
        The start timestamp of the appointment in UTC.
        Returns:
        startTime
      • setStartTime

        public void setStartTime​(org.threeten.bp.OffsetDateTime startTime)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object