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