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