Class KeAccountShopItem
java.lang.Object
dev.crashteam.openapi.kerepricer.model.KeAccountShopItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-07T12:18:02.132511272Z[Etc/UTC]")
public class KeAccountShopItem
extends Object
KeAccountShopItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailableAmount(Long availableAmount) discount(BigDecimal discount) booleanGet availableAmountGet barcodeGet discount minimum: 0 maximum: 100getId()Get idGet maximumThresholdGet minimumThresholdgetName()Get nameGet photoKeygetPrice()Get priceGet productIdgetSkuId()Get skuIdGet skuTitlegetStep()Get stepinthashCode()maximumThreshold(Double maximumThreshold) minimumThreshold(Double minimumThreshold) voidsetAvailableAmount(Long availableAmount) voidsetBarcode(Long barcode) voidsetDiscount(BigDecimal discount) voidvoidsetMaximumThreshold(Double maximumThreshold) voidsetMinimumThreshold(Double minimumThreshold) voidvoidsetPhotoKey(String photoKey) voidvoidsetProductId(Long productId) voidvoidsetSkuTitle(String skuTitle) voidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PRODUCT_ID
- See Also:
-
JSON_PROPERTY_SKU_ID
- See Also:
-
JSON_PROPERTY_SKU_TITLE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PHOTO_KEY
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
JSON_PROPERTY_BARCODE
- See Also:
-
JSON_PROPERTY_AVAILABLE_AMOUNT
- See Also:
-
JSON_PROPERTY_MINIMUM_THRESHOLD
- See Also:
-
JSON_PROPERTY_MAXIMUM_THRESHOLD
- See Also:
-
JSON_PROPERTY_STEP
- See Also:
-
JSON_PROPERTY_DISCOUNT
- See Also:
-
-
Constructor Details
-
KeAccountShopItem
public KeAccountShopItem()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
productId
-
getProductId
Get productId- Returns:
- productId
-
setProductId
-
skuId
-
getSkuId
Get skuId- Returns:
- skuId
-
setSkuId
-
skuTitle
-
getSkuTitle
Get skuTitle- Returns:
- skuTitle
-
setSkuTitle
-
name
-
getName
Get name- Returns:
- name
-
setName
-
photoKey
-
getPhotoKey
Get photoKey- Returns:
- photoKey
-
setPhotoKey
-
price
-
getPrice
Get price- Returns:
- price
-
setPrice
-
barcode
-
getBarcode
Get barcode- Returns:
- barcode
-
setBarcode
-
availableAmount
-
getAvailableAmount
Get availableAmount- Returns:
- availableAmount
-
setAvailableAmount
-
minimumThreshold
-
getMinimumThreshold
Get minimumThreshold- Returns:
- minimumThreshold
-
setMinimumThreshold
-
maximumThreshold
-
getMaximumThreshold
Get maximumThreshold- Returns:
- maximumThreshold
-
setMaximumThreshold
-
step
-
getStep
Get step- Returns:
- step
-
setStep
-
discount
-
getDiscount
Get discount minimum: 0 maximum: 100- Returns:
- discount
-
setDiscount
-
equals
-
hashCode
public int hashCode() -
toString
-