Class RequestedLabelCustomization
- java.lang.Object
-
- software.amazon.spapi.models.shipping.v2.RequestedLabelCustomization
-
public class RequestedLabelCustomization extends java.lang.Object
Object contains customised data requested by a shipper to be printed on a shipping label.
-
-
Constructor Summary
Constructors Constructor Description RequestedLabelCustomization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
RequestAttributes
getRequestAttributes()
Get requestAttributesint
hashCode()
RequestedLabelCustomization
requestAttributes(RequestAttributes requestAttributes)
void
setRequestAttributes(RequestAttributes requestAttributes)
java.lang.String
toString()
-
-
-
Method Detail
-
requestAttributes
public RequestedLabelCustomization requestAttributes(RequestAttributes requestAttributes)
-
getRequestAttributes
public RequestAttributes getRequestAttributes()
Get requestAttributes- Returns:
- requestAttributes
-
setRequestAttributes
public void setRequestAttributes(RequestAttributes requestAttributes)
-
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
-
-