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