public static class DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsProperties
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
code
The code of the attribute.
|
String |
name
The name of the attribute.
|
List<DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList> |
propertyValueList
The list of attribute values of the commodity module.
|
构造器和说明 |
---|
DescribeCommodityResponseBodyComponentsProperties() |
@NameInMap(value="Code") public String code
The code of the attribute.
The returned information varies based on the commodity module.
@NameInMap(value="Name") public String name
The name of the attribute.
The returned information varies based on the commodity module.
@NameInMap(value="PropertyValueList") public List<DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList> propertyValueList
The list of attribute values of the commodity module.
The returned information varies based on the commodity module.
public DescribeCommodityResponseBodyComponentsProperties()
public static DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsProperties build(Map<String,?> map) throws Exception
Exception
public DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsProperties setCode(String code)
public String getCode()
public DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsProperties setName(String name)
public String getName()
public DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsProperties setPropertyValueList(List<DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList> propertyValueList)
public List<DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList> getPropertyValueList()
Copyright © 2024. All rights reserved.