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 Details

    • KeAccountShopItem

      public KeAccountShopItem()
  • Method Details

    • id

      public KeAccountShopItem id(UUID id)
    • getId

      @Valid public @Valid UUID getId()
      Get id
      Returns:
      id
    • setId

      public void setId(UUID id)
    • productId

      public KeAccountShopItem productId(Long productId)
    • getProductId

      public Long getProductId()
      Get productId
      Returns:
      productId
    • setProductId

      public void setProductId(Long productId)
    • skuId

      public KeAccountShopItem skuId(Long skuId)
    • getSkuId

      public Long getSkuId()
      Get skuId
      Returns:
      skuId
    • setSkuId

      public void setSkuId(Long skuId)
    • name

      public KeAccountShopItem name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • photoKey

      public KeAccountShopItem photoKey(String photoKey)
    • getPhotoKey

      public String getPhotoKey()
      Get photoKey
      Returns:
      photoKey
    • setPhotoKey

      public void setPhotoKey(String photoKey)
    • fullPrice

      public KeAccountShopItem fullPrice(Double fullPrice)
    • getFullPrice

      public Double getFullPrice()
      Get fullPrice
      Returns:
      fullPrice
    • setFullPrice

      public void setFullPrice(Double fullPrice)
    • sellPrice

      public KeAccountShopItem sellPrice(Double sellPrice)
    • getSellPrice

      public Double getSellPrice()
      Get sellPrice
      Returns:
      sellPrice
    • setSellPrice

      public void setSellPrice(Double sellPrice)
    • barcode

      public KeAccountShopItem barcode(Long barcode)
    • getBarcode

      public Long getBarcode()
      Get barcode
      Returns:
      barcode
    • setBarcode

      public void setBarcode(Long barcode)
    • availableAmount

      public KeAccountShopItem availableAmount(Long availableAmount)
    • getAvailableAmount

      public Long getAvailableAmount()
      Get availableAmount
      Returns:
      availableAmount
    • setAvailableAmount

      public void setAvailableAmount(Long availableAmount)
    • minimumThreshold

      public KeAccountShopItem minimumThreshold(Double minimumThreshold)
    • getMinimumThreshold

      public Double getMinimumThreshold()
      Get minimumThreshold
      Returns:
      minimumThreshold
    • setMinimumThreshold

      public void setMinimumThreshold(Double minimumThreshold)
    • maximumThreshold

      public KeAccountShopItem maximumThreshold(Double maximumThreshold)
    • getMaximumThreshold

      public Double getMaximumThreshold()
      Get maximumThreshold
      Returns:
      maximumThreshold
    • setMaximumThreshold

      public void setMaximumThreshold(Double maximumThreshold)
    • step

      public KeAccountShopItem step(Integer step)
    • getStep

      public Integer getStep()
      Get step
      Returns:
      step
    • setStep

      public void setStep(Integer step)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object