public class CreateAcceleratorResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
orderId
The ID of the order.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
CreateAcceleratorResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateAcceleratorResponseBody |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getOrderId() |
String |
getRequestId() |
CreateAcceleratorResponseBody |
setAcceleratorId(String acceleratorId) |
CreateAcceleratorResponseBody |
setOrderId(String orderId) |
CreateAcceleratorResponseBody |
setRequestId(String requestId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="OrderId") public String orderId
The ID of the order.
If bills are not automatically paid, you must go to the [Order Center](https://usercenter2-intl.aliyun.com/order/list) to complete the payments.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static CreateAcceleratorResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateAcceleratorResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public CreateAcceleratorResponseBody setOrderId(String orderId)
public String getOrderId()
public CreateAcceleratorResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.