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