public class AntMerchantExpandItemOpenModifyModel extends AlipayObject
| 构造器和说明 |
|---|
AntMerchantExpandItemOpenModifyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
List<ItemExtInfo> |
getExtInfo() |
String |
getItemId() |
List<MaterialModifyInfo> |
getMaterialList() |
String |
getName() |
List<ItemPropertyInfo> |
getPropertyList() |
List<SkuModifyInfo> |
getSkuList() |
String |
getStandardCategoryId() |
String |
getStatus() |
String |
getType() |
void |
setDescription(String description) |
void |
setExtInfo(List<ItemExtInfo> extInfo) |
void |
setItemId(String itemId) |
void |
setMaterialList(List<MaterialModifyInfo> materialList) |
void |
setName(String name) |
void |
setPropertyList(List<ItemPropertyInfo> propertyList) |
void |
setSkuList(List<SkuModifyInfo> skuList) |
void |
setStandardCategoryId(String standardCategoryId) |
void |
setStatus(String status) |
void |
setType(String type) |
public String getDescription()
public void setDescription(String description)
public List<ItemExtInfo> getExtInfo()
public void setExtInfo(List<ItemExtInfo> extInfo)
public String getItemId()
public void setItemId(String itemId)
public List<MaterialModifyInfo> getMaterialList()
public void setMaterialList(List<MaterialModifyInfo> materialList)
public String getName()
public void setName(String name)
public List<ItemPropertyInfo> getPropertyList()
public void setPropertyList(List<ItemPropertyInfo> propertyList)
public List<SkuModifyInfo> getSkuList()
public void setSkuList(List<SkuModifyInfo> skuList)
public String getStandardCategoryId()
public void setStandardCategoryId(String standardCategoryId)
public String getStatus()
public void setStatus(String status)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.