public class LinkedMallEditableProduct extends AlipayObject
| 构造器和说明 |
|---|
LinkedMallEditableProduct() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescPath() |
List<String> |
getImages() |
String |
getPicUrl() |
String |
getProductStatus() |
String |
getTitle() |
void |
setDescPath(String descPath) |
void |
setImages(List<String> images) |
void |
setPicUrl(String picUrl) |
void |
setProductStatus(String productStatus) |
void |
setTitle(String title) |
public String getDescPath()
public void setDescPath(String descPath)
public String getPicUrl()
public void setPicUrl(String picUrl)
public String getProductStatus()
public void setProductStatus(String productStatus)
public String getTitle()
public void setTitle(String title)
Copyright © 2024. All rights reserved.