Class PrepDetails
- java.lang.Object
-
- software.amazon.spapi.models.fulfillment.inbound.v0.PrepDetails
-
public class PrepDetails extends java.lang.Object
Preparation instructions and who is responsible for the preparation.
-
-
Constructor Summary
Constructors Constructor Description PrepDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
PrepInstruction
getPrepInstruction()
Get prepInstructionPrepOwner
getPrepOwner()
Get prepOwnerint
hashCode()
PrepDetails
prepInstruction(PrepInstruction prepInstruction)
PrepDetails
prepOwner(PrepOwner prepOwner)
void
setPrepInstruction(PrepInstruction prepInstruction)
void
setPrepOwner(PrepOwner prepOwner)
java.lang.String
toString()
-
-
-
Method Detail
-
prepInstruction
public PrepDetails prepInstruction(PrepInstruction prepInstruction)
-
getPrepInstruction
public PrepInstruction getPrepInstruction()
Get prepInstruction- Returns:
- prepInstruction
-
setPrepInstruction
public void setPrepInstruction(PrepInstruction prepInstruction)
-
prepOwner
public PrepDetails prepOwner(PrepOwner prepOwner)
-
getPrepOwner
public PrepOwner getPrepOwner()
Get prepOwner- Returns:
- prepOwner
-
setPrepOwner
public void setPrepOwner(PrepOwner prepOwner)
-
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
-
-