@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-21T18:51:48.018+03:00") public class ProductDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductDTO.CustomerTypeEnum
Gets or Sets customerType
|
static class |
ProductDTO.TypeEnum
Gets or Sets type
|
static class |
ProductDTO.VoucherTypeEnum
Gets or Sets voucherType
|
| Constructor and Description |
|---|
ProductDTO() |
public ProductDTO allowRecharge(Boolean allowRecharge)
public Boolean isAllowRecharge()
public void setAllowRecharge(Boolean allowRecharge)
public ProductDTO customerType(ProductDTO.CustomerTypeEnum customerType)
public ProductDTO.CustomerTypeEnum getCustomerType()
public void setCustomerType(ProductDTO.CustomerTypeEnum customerType)
public ProductDTO id(Long id)
public Long getId()
public void setId(Long id)
public ProductDTO name(String name)
public String getName()
public void setName(String name)
public ProductDTO packageProductId(String packageProductId)
public String getPackageProductId()
public void setPackageProductId(String packageProductId)
public ProductDTO price(Double price)
public Double getPrice()
public void setPrice(Double price)
public ProductDTO productId(String productId)
public String getProductId()
public void setProductId(String productId)
public ProductDTO rechargePrice(Double rechargePrice)
public Double getRechargePrice()
public void setRechargePrice(Double rechargePrice)
public ProductDTO retailPrice(Double retailPrice)
public Double getRetailPrice()
public void setRetailPrice(Double retailPrice)
public ProductDTO sku(String sku)
public String getSku()
public void setSku(String sku)
public ProductDTO subProductId(String subProductId)
public String getSubProductId()
public void setSubProductId(String subProductId)
public ProductDTO tags(List<String> tags)
public ProductDTO addTagsItem(String tagsItem)
public ProductDTO timezone(String timezone)
public String getTimezone()
public void setTimezone(String timezone)
public ProductDTO type(ProductDTO.TypeEnum type)
public ProductDTO.TypeEnum getType()
public void setType(ProductDTO.TypeEnum type)
public ProductDTO validValue(Integer validValue)
public Integer getValidValue()
public void setValidValue(Integer validValue)
public ProductDTO validationTag(String validationTag)
public String getValidationTag()
public void setValidationTag(String validationTag)
public ProductDTO vendorAccountId(String vendorAccountId)
public String getVendorAccountId()
public void setVendorAccountId(String vendorAccountId)
public ProductDTO vendorName(String vendorName)
public String getVendorName()
public void setVendorName(String vendorName)
public ProductDTO vendorSku(String vendorSku)
public String getVendorSku()
public void setVendorSku(String vendorSku)
public ProductDTO voucherPattern(VoucherPattern voucherPattern)
public VoucherPattern getVoucherPattern()
public void setVoucherPattern(VoucherPattern voucherPattern)
public ProductDTO voucherType(ProductDTO.VoucherTypeEnum voucherType)
public ProductDTO.VoucherTypeEnum getVoucherType()
public void setVoucherType(ProductDTO.VoucherTypeEnum voucherType)
Copyright © 2018. All rights reserved.