Class TransportationLabels


  • public class TransportationLabels
    extends java.lang.Object
    The request schema for the GetShipmentLabels operation.
    • Constructor Detail

      • TransportationLabels

        public TransportationLabels()
    • Method Detail

      • getPagination

        public Pagination getPagination()
        Get pagination
        Returns:
        pagination
      • setPagination

        public void setPagination​(Pagination pagination)
      • getTransportLabels

        public java.util.List<TransportLabel> getTransportLabels()
        A list of one or more ShipmentLabels.
        Returns:
        transportLabels
      • setTransportLabels

        public void setTransportLabels​(java.util.List<TransportLabel> transportLabels)
      • 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