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