Class AmazonShipmentDetails
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.AmazonShipmentDetails
-
public class AmazonShipmentDetails extends java.lang.Object
Amazon shipment information.
-
-
Constructor Summary
Constructors Constructor Description AmazonShipmentDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getShipmentId()
This attribute is required only for a Direct Fulfillment shipment.int
hashCode()
void
setShipmentId(java.lang.String shipmentId)
AmazonShipmentDetails
shipmentId(java.lang.String shipmentId)
java.lang.String
toString()
-
-
-
Method Detail
-
shipmentId
public AmazonShipmentDetails shipmentId(java.lang.String shipmentId)
-
getShipmentId
public java.lang.String getShipmentId()
This attribute is required only for a Direct Fulfillment shipment. This is the encrypted shipment ID.- Returns:
- shipmentId
-
setShipmentId
public void setShipmentId(java.lang.String shipmentId)
-
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
-
-