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