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