Class ShipperInstruction
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.ShipperInstruction
-
public class ShipperInstruction extends java.lang.Object
The shipper instruction.
-
-
Constructor Summary
Constructors Constructor Description ShipperInstruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShipperInstruction
deliveryNotes(java.lang.String deliveryNotes)
boolean
equals(java.lang.Object o)
java.lang.String
getDeliveryNotes()
The delivery notes for the shipmentint
hashCode()
void
setDeliveryNotes(java.lang.String deliveryNotes)
java.lang.String
toString()
-
-
-
Method Detail
-
deliveryNotes
public ShipperInstruction deliveryNotes(java.lang.String deliveryNotes)
-
getDeliveryNotes
public java.lang.String getDeliveryNotes()
The delivery notes for the shipment- Returns:
- deliveryNotes
-
setDeliveryNotes
public void setDeliveryNotes(java.lang.String deliveryNotes)
-
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
-
-