public class CreateBandwidthPackageResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bandwidthPackageId
The ID of the bandwidth plan.
|
String |
orderId
The order ID.
|
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 order ID.
If bills are not automatically paid, you must go to the Order Center to complete the payments.
This parameter is returned only if ChargeType is set to PREPAY. If AutoPay is set to false, you must go to the [Order Center](https://usercenter2-intl.aliyun.com/order/list) to complete the payment.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static CreateBandwidthPackageResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateBandwidthPackageResponseBody setBandwidthPackageId(String bandwidthPackageId)
public String getBandwidthPackageId()
public CreateBandwidthPackageResponseBody setOrderId(String orderId)
public String getOrderId()
public CreateBandwidthPackageResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.