Class PrepInstruction
- java.lang.Object
-
- software.amazon.spapi.models.awd.v2024_05_09.PrepInstruction
-
public class PrepInstruction extends java.lang.Object
Information pertaining to the preparation of inbound products.
-
-
Constructor Summary
Constructors Constructor Description PrepInstruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
PrepOwner
getPrepOwner()
Get prepOwnerjava.lang.String
getPrepType()
The type of preparation to be done.int
hashCode()
PrepInstruction
prepOwner(PrepOwner prepOwner)
PrepInstruction
prepType(java.lang.String prepType)
void
setPrepOwner(PrepOwner prepOwner)
void
setPrepType(java.lang.String prepType)
java.lang.String
toString()
-
-
-
Method Detail
-
prepOwner
public PrepInstruction prepOwner(PrepOwner prepOwner)
-
getPrepOwner
public PrepOwner getPrepOwner()
Get prepOwner- Returns:
- prepOwner
-
setPrepOwner
public void setPrepOwner(PrepOwner prepOwner)
-
prepType
public PrepInstruction prepType(java.lang.String prepType)
-
getPrepType
public java.lang.String getPrepType()
The type of preparation to be done. For more information about preparing items, refer to [Prep guidance](https://sellercentral.amazon.com/help/hub/reference/external/GF4G7547KSLDX2KC) on Seller Central.- Returns:
- prepType
-
setPrepType
public void setPrepType(java.lang.String prepType)
-
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
-
-