public static class ListProductByTagsResponse.ProductInfo extends Object
| 构造器和说明 |
|---|
ProductInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateTime() |
String |
getDescription() |
Integer |
getNodeType() |
String |
getProductKey() |
String |
getProductName() |
void |
setCreateTime(Long createTime) |
void |
setDescription(String description) |
void |
setNodeType(Integer nodeType) |
void |
setProductKey(String productKey) |
void |
setProductName(String productName) |
public String getProductName()
public void setProductName(String productName)
public String getProductKey()
public void setProductKey(String productKey)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public String getDescription()
public void setDescription(String description)
public Integer getNodeType()
public void setNodeType(Integer nodeType)
Copyright © 2020. All Rights Reserved.