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