public class DescribeWebCustomPortsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeWebCustomPortsResponseBody.DescribeWebCustomPortsResponseBodyWebCustomPorts |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
List<DescribeWebCustomPortsResponseBody.DescribeWebCustomPortsResponseBodyWebCustomPorts> |
webCustomPorts
An array consisting of information about supported custom ports that are used by a website.
|
| 构造器和说明 |
|---|
DescribeWebCustomPortsResponseBody() |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:0bcf28g5-d57c-11e7-9bs0-d89d6717dxbc
@NameInMap(value="WebCustomPorts") public List<DescribeWebCustomPortsResponseBody.DescribeWebCustomPortsResponseBodyWebCustomPorts> webCustomPorts
An array consisting of information about supported custom ports that are used by a website.
public static DescribeWebCustomPortsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeWebCustomPortsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeWebCustomPortsResponseBody setWebCustomPorts(List<DescribeWebCustomPortsResponseBody.DescribeWebCustomPortsResponseBodyWebCustomPorts> webCustomPorts)
public List<DescribeWebCustomPortsResponseBody.DescribeWebCustomPortsResponseBodyWebCustomPorts> getWebCustomPorts()
Copyright © 2026. All rights reserved.