public class ListCustomRoutingPortMappingsResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
ListCustomRoutingPortMappingsResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
ListCustomRoutingPortMappingsResponse() |
限定符和类型 | 方法和说明 |
---|---|
static ListCustomRoutingPortMappingsResponse |
build(Map<String,?> map) |
ListCustomRoutingPortMappingsResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
ListCustomRoutingPortMappingsResponse |
setBody(ListCustomRoutingPortMappingsResponseBody body) |
ListCustomRoutingPortMappingsResponse |
setHeaders(Map<String,String> headers) |
ListCustomRoutingPortMappingsResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public ListCustomRoutingPortMappingsResponseBody body
public static ListCustomRoutingPortMappingsResponse build(Map<String,?> map) throws Exception
Exception
public ListCustomRoutingPortMappingsResponse setHeaders(Map<String,String> headers)
public ListCustomRoutingPortMappingsResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public ListCustomRoutingPortMappingsResponse setBody(ListCustomRoutingPortMappingsResponseBody body)
public ListCustomRoutingPortMappingsResponseBody getBody()
Copyright © 2024. All rights reserved.