Class KeAccountShopItem
java.lang.Object
dev.crashteam.openapi.kerepricer.model.KeAccountShopItem
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2022-09-04T08:43:00.470271021Z[Etc/UTC]")
public class KeAccountShopItem
extends Object
KeAccountShopItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailableAmount(Long availableAmount) booleanGet availableAmountGet barcodeGet fullPrice@Valid UUIDgetId()Get idGet maximumThresholdGet minimumThresholdgetName()Get nameGet photoKeyGet productIdGet sellPricegetSkuId()Get skuIdgetStep()Get stepinthashCode()maximumThreshold(Double maximumThreshold) minimumThreshold(Double minimumThreshold) voidsetAvailableAmount(Long availableAmount) voidsetBarcode(Long barcode) voidsetFullPrice(Double fullPrice) voidvoidsetMaximumThreshold(Double maximumThreshold) voidsetMinimumThreshold(Double minimumThreshold) voidvoidsetPhotoKey(String photoKey) voidsetProductId(Long productId) voidsetSellPrice(Double sellPrice) voidvoidtoString()
-
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
-
name
-
getName
Get name- Returns:
- name
-
setName
-
photoKey
-
getPhotoKey
Get photoKey- Returns:
- photoKey
-
setPhotoKey
-
fullPrice
-
getFullPrice
Get fullPrice- Returns:
- fullPrice
-
setFullPrice
-
sellPrice
-
getSellPrice
Get sellPrice- Returns:
- sellPrice
-
setSellPrice
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-