Class PriceToEstimateFees
- java.lang.Object
-
- software.amazon.spapi.models.productfees.v0.PriceToEstimateFees
-
public class PriceToEstimateFees extends java.lang.Object
Price information for an item, used to estimate fees.
-
-
Constructor Summary
Constructors Constructor Description PriceToEstimateFees()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
MoneyType
getListingPrice()
Get listingPricePoints
getPoints()
Get pointsMoneyType
getShipping()
Get shippingint
hashCode()
PriceToEstimateFees
listingPrice(MoneyType listingPrice)
PriceToEstimateFees
points(Points points)
void
setListingPrice(MoneyType listingPrice)
void
setPoints(Points points)
void
setShipping(MoneyType shipping)
PriceToEstimateFees
shipping(MoneyType shipping)
java.lang.String
toString()
-
-
-
Method Detail
-
listingPrice
public PriceToEstimateFees listingPrice(MoneyType listingPrice)
-
getListingPrice
public MoneyType getListingPrice()
Get listingPrice- Returns:
- listingPrice
-
setListingPrice
public void setListingPrice(MoneyType listingPrice)
-
shipping
public PriceToEstimateFees shipping(MoneyType shipping)
-
getShipping
public MoneyType getShipping()
Get shipping- Returns:
- shipping
-
setShipping
public void setShipping(MoneyType shipping)
-
points
public PriceToEstimateFees points(Points points)
-
getPoints
public Points getPoints()
Get points- Returns:
- points
-
setPoints
public void setPoints(Points points)
-
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
-
-