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