Class KeAccountShopItem
java.lang.Object
dev.crashteam.openapi.kerepricer.model.KeAccountShopItem
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2022-09-25T19:34:30.087552571Z[Etc/UTC]")
public class KeAccountShopItem
extends Object
KeAccountShopItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailableAmount(Long availableAmount) discount(BigDecimal discount) booleanGet availableAmountGet barcode@Valid @DecimalMin("0") @DecimalMax("100") BigDecimalGet discount minimum: 0 maximum: 100@Valid UUIDgetId()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()
-
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
@Valid @DecimalMin("0") @DecimalMax("100") public @Valid @DecimalMin("0") @DecimalMax("100") BigDecimal getDiscount()Get discount minimum: 0 maximum: 100- Returns:
- discount
-
setDiscount
-
equals
-
hashCode
public int hashCode() -
toString
-