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