public class CreatePhysicalConnectionSetupOrderResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
orderId
The ID of the order.
|
String |
physicalConnectionId
The ID of the Express Connect circuit.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
CreatePhysicalConnectionSetupOrderResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreatePhysicalConnectionSetupOrderResponseBody |
build(Map<String,?> map) |
String |
getOrderId() |
String |
getPhysicalConnectionId() |
String |
getRequestId() |
CreatePhysicalConnectionSetupOrderResponseBody |
setOrderId(String orderId) |
CreatePhysicalConnectionSetupOrderResponseBody |
setPhysicalConnectionId(String physicalConnectionId) |
CreatePhysicalConnectionSetupOrderResponseBody |
setRequestId(String requestId) |
@NameInMap(value="OrderId") public String orderId
The ID of the order.
example:202844382740728
@NameInMap(value="PhysicalConnectionId") public String physicalConnectionId
The ID of the Express Connect circuit.
example:pc-2zegmc02v7ss4****
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:F7A6301A-64BA-41EC-8284-8F4838C15D1F
public CreatePhysicalConnectionSetupOrderResponseBody()
public static CreatePhysicalConnectionSetupOrderResponseBody build(Map<String,?> map) throws Exception
Exception
public CreatePhysicalConnectionSetupOrderResponseBody setOrderId(String orderId)
public String getOrderId()
public CreatePhysicalConnectionSetupOrderResponseBody setPhysicalConnectionId(String physicalConnectionId)
public String getPhysicalConnectionId()
public CreatePhysicalConnectionSetupOrderResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.