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