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