public class CreateBandwidthPackageResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bandwidthPackageId
The ID of the bandwidth plan.
|
String |
orderId
The ID of the order.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
CreateBandwidthPackageResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateBandwidthPackageResponseBody |
build(Map<String,?> map) |
String |
getBandwidthPackageId() |
String |
getOrderId() |
String |
getRequestId() |
CreateBandwidthPackageResponseBody |
setBandwidthPackageId(String bandwidthPackageId) |
CreateBandwidthPackageResponseBody |
setOrderId(String orderId) |
CreateBandwidthPackageResponseBody |
setRequestId(String requestId) |
@NameInMap(value="BandwidthPackageId") public String bandwidthPackageId
The ID of the bandwidth plan.
@NameInMap(value="OrderId") public String orderId
The ID of the order.
If bills are not automatically paid, you must go to the Order Center to complete the payments.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static CreateBandwidthPackageResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateBandwidthPackageResponseBody setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public CreateBandwidthPackageResponseBody setOrderId(String orderId)
public String getOrderId()
public CreateBandwidthPackageResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.