public static class ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfosProductInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
createTime |
String |
description |
Integer |
nodeType |
String |
productKey |
String |
productName |
| 构造器和说明 |
|---|
ListProductByTagsResponseBodyProductInfosProductInfo() |
@NameInMap(value="CreateTime") public Long createTime
@NameInMap(value="Description") public String description
@NameInMap(value="NodeType") public Integer nodeType
@NameInMap(value="ProductKey") public String productKey
@NameInMap(value="ProductName") public String productName
public ListProductByTagsResponseBodyProductInfosProductInfo()
public static ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfosProductInfo build(Map<String,?> map) throws Exception
Exceptionpublic ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfosProductInfo setCreateTime(Long createTime)
public Long getCreateTime()
public ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfosProductInfo setDescription(String description)
public String getDescription()
public ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfosProductInfo setNodeType(Integer nodeType)
public Integer getNodeType()
public ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfosProductInfo setProductKey(String productKey)
public String getProductKey()
public ListProductByTagsResponseBody.ListProductByTagsResponseBodyProductInfosProductInfo setProductName(String productName)
public String getProductName()
Copyright © 2022. All rights reserved.