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