Class SpdTrackingItemInput


  • public class SpdTrackingItemInput
    extends java.lang.Object
    Small Parcel Delivery (SPD) tracking items input information.
    • Constructor Detail

      • SpdTrackingItemInput

        public SpdTrackingItemInput()
    • Method Detail

      • getBoxId

        public java.lang.String getBoxId()
        The ID provided by Amazon that identifies a given box. This ID is comprised of the external shipment ID (which is generated after transportation has been confirmed) and the index of the box.
        Returns:
        boxId
      • setBoxId

        public void setBoxId​(java.lang.String boxId)
      • getTrackingId

        public java.lang.String getTrackingId()
        The tracking Id associated with each box in a non-Amazon partnered Small Parcel Delivery (SPD) shipment. The seller must provide this information.
        Returns:
        trackingId
      • setTrackingId

        public void setTrackingId​(java.lang.String trackingId)
      • 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