Class UnmanifestedCarrierInformation
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.UnmanifestedCarrierInformation
-
public class UnmanifestedCarrierInformation extends java.lang.Object
UnmanifestedCarrierInformation like carrierId CarrierName and Location
-
-
Constructor Summary
Constructors Constructor Description UnmanifestedCarrierInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnmanifestedCarrierInformation
carrierId(java.lang.String carrierId)
UnmanifestedCarrierInformation
carrierName(java.lang.String carrierName)
boolean
equals(java.lang.Object o)
java.lang.String
getCarrierId()
Get carrierIdjava.lang.String
getCarrierName()
Get carrierNameUnmanifestedShipmentLocationList
getUnmanifestedShipmentLocationList()
Get unmanifestedShipmentLocationListint
hashCode()
void
setCarrierId(java.lang.String carrierId)
void
setCarrierName(java.lang.String carrierName)
void
setUnmanifestedShipmentLocationList(UnmanifestedShipmentLocationList unmanifestedShipmentLocationList)
java.lang.String
toString()
UnmanifestedCarrierInformation
unmanifestedShipmentLocationList(UnmanifestedShipmentLocationList unmanifestedShipmentLocationList)
-
-
-
Method Detail
-
carrierId
public UnmanifestedCarrierInformation carrierId(java.lang.String carrierId)
-
getCarrierId
public java.lang.String getCarrierId()
Get carrierId- Returns:
- carrierId
-
setCarrierId
public void setCarrierId(java.lang.String carrierId)
-
carrierName
public UnmanifestedCarrierInformation carrierName(java.lang.String carrierName)
-
getCarrierName
public java.lang.String getCarrierName()
Get carrierName- Returns:
- carrierName
-
setCarrierName
public void setCarrierName(java.lang.String carrierName)
-
unmanifestedShipmentLocationList
public UnmanifestedCarrierInformation unmanifestedShipmentLocationList(UnmanifestedShipmentLocationList unmanifestedShipmentLocationList)
-
getUnmanifestedShipmentLocationList
public UnmanifestedShipmentLocationList getUnmanifestedShipmentLocationList()
Get unmanifestedShipmentLocationList- Returns:
- unmanifestedShipmentLocationList
-
setUnmanifestedShipmentLocationList
public void setUnmanifestedShipmentLocationList(UnmanifestedShipmentLocationList unmanifestedShipmentLocationList)
-
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
-
-