Class ShipmentInvoiceStatusResponse
- java.lang.Object
-
- software.amazon.spapi.models.invoicing.v0.ShipmentInvoiceStatusResponse
-
public class ShipmentInvoiceStatusResponse extends java.lang.Object
The shipment invoice status response.
-
-
Constructor Summary
Constructors Constructor Description ShipmentInvoiceStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
ShipmentInvoiceStatusInfo
getShipments()
Get shipmentsint
hashCode()
void
setShipments(ShipmentInvoiceStatusInfo shipments)
ShipmentInvoiceStatusResponse
shipments(ShipmentInvoiceStatusInfo shipments)
java.lang.String
toString()
-
-
-
Method Detail
-
shipments
public ShipmentInvoiceStatusResponse shipments(ShipmentInvoiceStatusInfo shipments)
-
getShipments
public ShipmentInvoiceStatusInfo getShipments()
Get shipments- Returns:
- shipments
-
setShipments
public void setShipments(ShipmentInvoiceStatusInfo shipments)
-
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
-
-