Class FeesEstimateRequest
- java.lang.Object
-
- software.amazon.spapi.models.productfees.v0.FeesEstimateRequest
-
public class FeesEstimateRequest extends java.lang.Object
A product, marketplace, and proposed price used to request estimated fees.
-
-
Constructor Summary
Constructors Constructor Description FeesEstimateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getIdentifier()
A unique identifier provided by the caller to track this request.java.lang.String
getMarketplaceId()
A marketplace identifier.OptionalFulfillmentProgram
getOptionalFulfillmentProgram()
Get optionalFulfillmentProgramPriceToEstimateFees
getPriceToEstimateFees()
Get priceToEstimateFeesint
hashCode()
FeesEstimateRequest
identifier(java.lang.String identifier)
FeesEstimateRequest
isAmazonFulfilled(java.lang.Boolean isAmazonFulfilled)
java.lang.Boolean
isIsAmazonFulfilled()
When true, the offer is fulfilled by Amazon.FeesEstimateRequest
marketplaceId(java.lang.String marketplaceId)
FeesEstimateRequest
optionalFulfillmentProgram(OptionalFulfillmentProgram optionalFulfillmentProgram)
FeesEstimateRequest
priceToEstimateFees(PriceToEstimateFees priceToEstimateFees)
void
setIdentifier(java.lang.String identifier)
void
setIsAmazonFulfilled(java.lang.Boolean isAmazonFulfilled)
void
setMarketplaceId(java.lang.String marketplaceId)
void
setOptionalFulfillmentProgram(OptionalFulfillmentProgram optionalFulfillmentProgram)
void
setPriceToEstimateFees(PriceToEstimateFees priceToEstimateFees)
java.lang.String
toString()
-
-
-
Method Detail
-
marketplaceId
public FeesEstimateRequest marketplaceId(java.lang.String marketplaceId)
-
getMarketplaceId
public java.lang.String getMarketplaceId()
A marketplace identifier.- Returns:
- marketplaceId
-
setMarketplaceId
public void setMarketplaceId(java.lang.String marketplaceId)
-
isAmazonFulfilled
public FeesEstimateRequest isAmazonFulfilled(java.lang.Boolean isAmazonFulfilled)
-
isIsAmazonFulfilled
public java.lang.Boolean isIsAmazonFulfilled()
When true, the offer is fulfilled by Amazon.- Returns:
- isAmazonFulfilled
-
setIsAmazonFulfilled
public void setIsAmazonFulfilled(java.lang.Boolean isAmazonFulfilled)
-
priceToEstimateFees
public FeesEstimateRequest priceToEstimateFees(PriceToEstimateFees priceToEstimateFees)
-
getPriceToEstimateFees
public PriceToEstimateFees getPriceToEstimateFees()
Get priceToEstimateFees- Returns:
- priceToEstimateFees
-
setPriceToEstimateFees
public void setPriceToEstimateFees(PriceToEstimateFees priceToEstimateFees)
-
identifier
public FeesEstimateRequest identifier(java.lang.String identifier)
-
getIdentifier
public java.lang.String getIdentifier()
A unique identifier provided by the caller to track this request.- Returns:
- identifier
-
setIdentifier
public void setIdentifier(java.lang.String identifier)
-
optionalFulfillmentProgram
public FeesEstimateRequest optionalFulfillmentProgram(OptionalFulfillmentProgram optionalFulfillmentProgram)
-
getOptionalFulfillmentProgram
public OptionalFulfillmentProgram getOptionalFulfillmentProgram()
Get optionalFulfillmentProgram- Returns:
- optionalFulfillmentProgram
-
setOptionalFulfillmentProgram
public void setOptionalFulfillmentProgram(OptionalFulfillmentProgram optionalFulfillmentProgram)
-
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
-
-