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