Class ASINPrepInstructions
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v0.ASINPrepInstructions
-
public class ASINPrepInstructions extends java.lang.Object
Item preparation instructions to help with item sourcing decisions.
-
-
Constructor Summary
Constructors Constructor Description ASINPrepInstructions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ASINPrepInstructions
ASIN(java.lang.String ASIN)
ASINPrepInstructions
barcodeInstruction(BarcodeInstruction barcodeInstruction)
boolean
equals(java.lang.Object o)
java.lang.String
getASIN()
The Amazon Standard Identification Number (ASIN) of the item.BarcodeInstruction
getBarcodeInstruction()
Get barcodeInstructionPrepGuidance
getPrepGuidance()
Get prepGuidancePrepInstructionList
getPrepInstructionList()
Get prepInstructionListint
hashCode()
ASINPrepInstructions
prepGuidance(PrepGuidance prepGuidance)
ASINPrepInstructions
prepInstructionList(PrepInstructionList prepInstructionList)
void
setASIN(java.lang.String ASIN)
void
setBarcodeInstruction(BarcodeInstruction barcodeInstruction)
void
setPrepGuidance(PrepGuidance prepGuidance)
void
setPrepInstructionList(PrepInstructionList prepInstructionList)
java.lang.String
toString()
-
-
-
Method Detail
-
ASIN
public ASINPrepInstructions ASIN(java.lang.String ASIN)
-
getASIN
public java.lang.String getASIN()
The Amazon Standard Identification Number (ASIN) of the item.- Returns:
- ASIN
-
setASIN
public void setASIN(java.lang.String ASIN)
-
barcodeInstruction
public ASINPrepInstructions barcodeInstruction(BarcodeInstruction barcodeInstruction)
-
getBarcodeInstruction
public BarcodeInstruction getBarcodeInstruction()
Get barcodeInstruction- Returns:
- barcodeInstruction
-
setBarcodeInstruction
public void setBarcodeInstruction(BarcodeInstruction barcodeInstruction)
-
prepGuidance
public ASINPrepInstructions prepGuidance(PrepGuidance prepGuidance)
-
getPrepGuidance
public PrepGuidance getPrepGuidance()
Get prepGuidance- Returns:
- prepGuidance
-
setPrepGuidance
public void setPrepGuidance(PrepGuidance prepGuidance)
-
prepInstructionList
public ASINPrepInstructions prepInstructionList(PrepInstructionList prepInstructionList)
-
getPrepInstructionList
public PrepInstructionList getPrepInstructionList()
Get prepInstructionList- Returns:
- prepInstructionList
-
setPrepInstructionList
public void setPrepInstructionList(PrepInstructionList prepInstructionList)
-
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
-
-