public class MaitainShopProduct extends AlipayObject
| 构造器和说明 |
|---|
MaitainShopProduct() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOffPrice() |
String |
getOrigPrice() |
String |
getOutPrivilegeId() |
String |
getOutShopId() |
String |
getPrivilegeCloseTime() |
String |
getPrivilegePrice() |
String |
getPrivilegeStartTime() |
String |
getPrivilegeTags() |
String |
getProductDesc() |
String |
getProductName() |
Long |
getServiceCategoryId() |
String |
getStatus() |
void |
setOffPrice(String offPrice) |
void |
setOrigPrice(String origPrice) |
void |
setOutPrivilegeId(String outPrivilegeId) |
void |
setOutShopId(String outShopId) |
void |
setPrivilegeCloseTime(String privilegeCloseTime) |
void |
setPrivilegePrice(String privilegePrice) |
void |
setPrivilegeStartTime(String privilegeStartTime) |
void |
setPrivilegeTags(String privilegeTags) |
void |
setProductDesc(String productDesc) |
void |
setProductName(String productName) |
void |
setServiceCategoryId(Long serviceCategoryId) |
void |
setStatus(String status) |
public String getOffPrice()
public void setOffPrice(String offPrice)
public String getOrigPrice()
public void setOrigPrice(String origPrice)
public String getOutPrivilegeId()
public void setOutPrivilegeId(String outPrivilegeId)
public String getOutShopId()
public void setOutShopId(String outShopId)
public String getPrivilegeCloseTime()
public void setPrivilegeCloseTime(String privilegeCloseTime)
public String getPrivilegePrice()
public void setPrivilegePrice(String privilegePrice)
public String getPrivilegeStartTime()
public void setPrivilegeStartTime(String privilegeStartTime)
public String getPrivilegeTags()
public void setPrivilegeTags(String privilegeTags)
public String getProductDesc()
public void setProductDesc(String productDesc)
public String getProductName()
public void setProductName(String productName)
public Long getServiceCategoryId()
public void setServiceCategoryId(Long serviceCategoryId)
public String getStatus()
public void setStatus(String status)
Copyright © 2023. All rights reserved.