Class BoxRequirements
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v2024_03_20.BoxRequirements
-
public class BoxRequirements extends java.lang.Object
The requirements for a box in the packing option.
-
-
Constructor Summary
Constructors Constructor Description BoxRequirements()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
WeightRange
getWeight()
Get weightint
hashCode()
void
setWeight(WeightRange weight)
java.lang.String
toString()
BoxRequirements
weight(WeightRange weight)
-
-
-
Method Detail
-
weight
public BoxRequirements weight(WeightRange weight)
-
getWeight
public WeightRange getWeight()
Get weight- Returns:
- weight
-
setWeight
public void setWeight(WeightRange weight)
-
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
-
-