public static class DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
orderIndex
The sequence number of the attribute.
|
String |
text
The content of the attribute.
|
String |
tips
The message of the attribute.
|
String |
value
The value of the attribute.
|
构造器和说明 |
---|
DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList() |
@NameInMap(value="OrderIndex") public Long orderIndex
The sequence number of the attribute.
The returned information varies based on the commodity module.
@NameInMap(value="Text") public String text
The content of the attribute.
The returned information varies based on the commodity module.
@NameInMap(value="Tips") public String tips
The message of the attribute.
The returned information varies based on the commodity module.
@NameInMap(value="Value") public String value
The value of the attribute.
The returned information varies based on the commodity module.
public DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList()
public static DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList build(Map<String,?> map) throws Exception
Exception
public DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList setOrderIndex(Long orderIndex)
public Long getOrderIndex()
public DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList setText(String text)
public String getText()
public DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList setTips(String tips)
public String getTips()
public DescribeCommodityResponseBody.DescribeCommodityResponseBodyComponentsPropertiesPropertyValueList setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.