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