public class DescribeCommodityRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
commodityCode
The commodity code.
|
String |
orderType
The type of the order.
|
String |
regionId
The ID of the region where the Global Accelerator (GA) instance is deployed.
|
构造器和说明 |
---|
DescribeCommodityRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeCommodityRequest |
build(Map<String,?> map) |
String |
getCommodityCode() |
String |
getOrderType() |
String |
getRegionId() |
DescribeCommodityRequest |
setCommodityCode(String commodityCode) |
DescribeCommodityRequest |
setOrderType(String orderType) |
DescribeCommodityRequest |
setRegionId(String regionId) |
@NameInMap(value="CommodityCode") public String commodityCode
The commodity code.
Valid values on the China site (aliyun.com):
* **ga_gapluspre_public_cn**: GA instance.
* **ga_plusbwppre_public_cn**: basic bandwidth plan.
Valid values on the international site (alibabacloud.com):
* **ga_pluspre_public_intl**: GA instance.
* **ga_bwppreintl_public_intl:** basic bandwidth plan.
@NameInMap(value="OrderType") public String orderType
The type of the order. Valid values:
* **BUY**: purchase order.
* **RENEW**: renewal order.
* **UPGRADE**: upgrade order.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
public static DescribeCommodityRequest build(Map<String,?> map) throws Exception
Exception
public DescribeCommodityRequest setCommodityCode(String commodityCode)
public String getCommodityCode()
public DescribeCommodityRequest setOrderType(String orderType)
public String getOrderType()
public DescribeCommodityRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.