Class TransportationLabels
- java.lang.Object
-
- software.amazon.spapi.models.vendor.shipments.v1.TransportationLabels
-
public class TransportationLabels extends java.lang.Object
The request schema for the GetShipmentLabels operation.
-
-
Constructor Summary
Constructors Constructor Description TransportationLabels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransportationLabels
addTransportLabelsItem(TransportLabel transportLabelsItem)
boolean
equals(java.lang.Object o)
Pagination
getPagination()
Get paginationjava.util.List<TransportLabel>
getTransportLabels()
A list of one or more ShipmentLabels.int
hashCode()
TransportationLabels
pagination(Pagination pagination)
void
setPagination(Pagination pagination)
void
setTransportLabels(java.util.List<TransportLabel> transportLabels)
java.lang.String
toString()
TransportationLabels
transportLabels(java.util.List<TransportLabel> transportLabels)
-
-
-
Method Detail
-
pagination
public TransportationLabels pagination(Pagination pagination)
-
getPagination
public Pagination getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(Pagination pagination)
-
transportLabels
public TransportationLabels transportLabels(java.util.List<TransportLabel> transportLabels)
-
addTransportLabelsItem
public TransportationLabels addTransportLabelsItem(TransportLabel transportLabelsItem)
-
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 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
-
-