public class GetPhysicalConnectionServiceStatusResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
enabled
Indicates whether billing for outbound data transfer is enabled.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
GetPhysicalConnectionServiceStatusResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static GetPhysicalConnectionServiceStatusResponseBody |
build(Map<String,?> map) |
Boolean |
getEnabled() |
String |
getRequestId() |
GetPhysicalConnectionServiceStatusResponseBody |
setEnabled(Boolean enabled) |
GetPhysicalConnectionServiceStatusResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Enabled") public Boolean enabled
Indicates whether billing for outbound data transfer is enabled. Valid values:
true
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:54B48E3D-DF70-471B-AA93-08E683A1B45
public GetPhysicalConnectionServiceStatusResponseBody()
public static GetPhysicalConnectionServiceStatusResponseBody build(Map<String,?> map) throws Exception
Exception
public GetPhysicalConnectionServiceStatusResponseBody setEnabled(Boolean enabled)
public Boolean getEnabled()
public GetPhysicalConnectionServiceStatusResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.