Class GetUnmanifestedShipmentsResponse
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.GetUnmanifestedShipmentsResponse
-
public class GetUnmanifestedShipmentsResponse extends java.lang.Object
The Response for the GetUnmanifestedShipmentsResponse operation.
-
-
Constructor Summary
Constructors Constructor Description GetUnmanifestedShipmentsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
UnmanifestedCarrierInformationList
getUnmanifestedCarrierInformationList()
Get unmanifestedCarrierInformationListint
hashCode()
void
setUnmanifestedCarrierInformationList(UnmanifestedCarrierInformationList unmanifestedCarrierInformationList)
java.lang.String
toString()
GetUnmanifestedShipmentsResponse
unmanifestedCarrierInformationList(UnmanifestedCarrierInformationList unmanifestedCarrierInformationList)
-
-
-
Method Detail
-
unmanifestedCarrierInformationList
public GetUnmanifestedShipmentsResponse unmanifestedCarrierInformationList(UnmanifestedCarrierInformationList unmanifestedCarrierInformationList)
-
getUnmanifestedCarrierInformationList
public UnmanifestedCarrierInformationList getUnmanifestedCarrierInformationList()
Get unmanifestedCarrierInformationList- Returns:
- unmanifestedCarrierInformationList
-
setUnmanifestedCarrierInformationList
public void setUnmanifestedCarrierInformationList(UnmanifestedCarrierInformationList unmanifestedCarrierInformationList)
-
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
-
-