public class AntMerchantExpandItemOpenCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AntMerchantExpandItemOpenCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
List<ItemExtInfo> |
getExtInfo() |
List<MaterialCreateInfo> |
getMaterialList() |
String |
getName() |
List<ItemPropertyInfo> |
getPropertyList() |
String |
getScene() |
List<SkuCreateInfo> |
getSkuList() |
String |
getStandardCategoryId() |
String |
getTargetId() |
String |
getTargetType() |
String |
getType() |
void |
setDescription(String description) |
void |
setExtInfo(List<ItemExtInfo> extInfo) |
void |
setMaterialList(List<MaterialCreateInfo> materialList) |
void |
setName(String name) |
void |
setPropertyList(List<ItemPropertyInfo> propertyList) |
void |
setScene(String scene) |
void |
setSkuList(List<SkuCreateInfo> skuList) |
void |
setStandardCategoryId(String standardCategoryId) |
void |
setTargetId(String targetId) |
void |
setTargetType(String targetType) |
void |
setType(String type) |
public String getDescription()
public void setDescription(String description)
public List<ItemExtInfo> getExtInfo()
public void setExtInfo(List<ItemExtInfo> extInfo)
public List<MaterialCreateInfo> getMaterialList()
public void setMaterialList(List<MaterialCreateInfo> materialList)
public String getName()
public void setName(String name)
public List<ItemPropertyInfo> getPropertyList()
public void setPropertyList(List<ItemPropertyInfo> propertyList)
public String getScene()
public void setScene(String scene)
public List<SkuCreateInfo> getSkuList()
public void setSkuList(List<SkuCreateInfo> skuList)
public String getStandardCategoryId()
public void setStandardCategoryId(String standardCategoryId)
public String getTargetId()
public void setTargetId(String targetId)
public String getTargetType()
public void setTargetType(String targetType)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.