public class ProductItemsUpdateRequest extends Object
| 构造器和说明 |
|---|
ProductItemsUpdateRequest() |
public ProductItemsUpdateRequest accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public ProductItemsUpdateRequest catalogId(Long catalogId)
public Long getCatalogId()
public void setCatalogId(Long catalogId)
public ProductItemsUpdateRequest productOuterId(String productOuterId)
public String getProductOuterId()
public void setProductOuterId(String productOuterId)
public ProductItemsUpdateRequest price(Double price)
public Double getPrice()
public void setPrice(Double price)
public ProductItemsUpdateRequest salePrice(Double salePrice)
public Double getSalePrice()
public void setSalePrice(Double salePrice)
public ProductItemsUpdateRequest pricePc(Double pricePc)
public Double getPricePc()
public void setPricePc(Double pricePc)
public ProductItemsUpdateRequest priceMobile(Double priceMobile)
public Double getPriceMobile()
public void setPriceMobile(Double priceMobile)
public ProductItemsUpdateRequest priceApp(Double priceApp)
public Double getPriceApp()
public void setPriceApp(Double priceApp)
public ProductItemsUpdateRequest stockVolume(Long stockVolume)
public Long getStockVolume()
public void setStockVolume(Long stockVolume)
public ProductItemsUpdateRequest discount(Double discount)
public Double getDiscount()
public void setDiscount(Double discount)
public ProductItemsUpdateRequest expirationTime(Long expirationTime)
public Long getExpirationTime()
public void setExpirationTime(Long expirationTime)
public ProductItemsUpdateRequest productSaleStatus(ProductSaleStatus productSaleStatus)
public ProductSaleStatus getProductSaleStatus()
public void setProductSaleStatus(ProductSaleStatus productSaleStatus)
public ProductItemsUpdateRequest productVisibility(ProductVisibility productVisibility)
public ProductVisibility getProductVisibility()
public void setProductVisibility(ProductVisibility productVisibility)
Copyright © 2020. All rights reserved.