Class MskuPrepDetailInput
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v2024_03_20.MskuPrepDetailInput
-
public class MskuPrepDetailInput extends java.lang.Object
An MSKU and its related prep details.
-
-
Constructor Summary
Constructors Constructor Description MskuPrepDetailInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MskuPrepDetailInput
addPrepTypesItem(PrepType prepTypesItem)
boolean
equals(java.lang.Object o)
java.lang.String
getMsku()
The merchant SKU, a merchant-supplied identifier for a specific SKU.PrepCategory
getPrepCategory()
Get prepCategoryjava.util.List<PrepType>
getPrepTypes()
A list of preparation types associated with a preparation category.int
hashCode()
MskuPrepDetailInput
msku(java.lang.String msku)
MskuPrepDetailInput
prepCategory(PrepCategory prepCategory)
MskuPrepDetailInput
prepTypes(java.util.List<PrepType> prepTypes)
void
setMsku(java.lang.String msku)
void
setPrepCategory(PrepCategory prepCategory)
void
setPrepTypes(java.util.List<PrepType> prepTypes)
java.lang.String
toString()
-
-
-
Method Detail
-
msku
public MskuPrepDetailInput msku(java.lang.String msku)
-
getMsku
public java.lang.String getMsku()
The merchant SKU, a merchant-supplied identifier for a specific SKU.- Returns:
- msku
-
setMsku
public void setMsku(java.lang.String msku)
-
prepCategory
public MskuPrepDetailInput prepCategory(PrepCategory prepCategory)
-
getPrepCategory
public PrepCategory getPrepCategory()
Get prepCategory- Returns:
- prepCategory
-
setPrepCategory
public void setPrepCategory(PrepCategory prepCategory)
-
prepTypes
public MskuPrepDetailInput prepTypes(java.util.List<PrepType> prepTypes)
-
addPrepTypesItem
public MskuPrepDetailInput addPrepTypesItem(PrepType prepTypesItem)
-
getPrepTypes
public java.util.List<PrepType> getPrepTypes()
A list of preparation types associated with a preparation category.- Returns:
- prepTypes
-
setPrepTypes
public void setPrepTypes(java.util.List<PrepType> prepTypes)
-
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
-
-