public class GetAllAuthCubesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResult |
static class |
GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResultCubeDataRanges |
static class |
GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResultUserInformation |
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
count
This parameter is required.
|
List<GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResult> |
result |
| 构造器和说明 |
|---|
GetAllAuthCubesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAllAuthCubesResponseBody |
build(Map<String,?> map) |
Long |
getCount() |
List<GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResult> |
getResult() |
GetAllAuthCubesResponseBody |
setCount(Long count) |
GetAllAuthCubesResponseBody |
setResult(List<GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResult> result) |
@NameInMap(value="count") public Long count
This parameter is required.
example:100
@NameInMap(value="result") public List<GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResult> result
public static GetAllAuthCubesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetAllAuthCubesResponseBody setCount(Long count)
public Long getCount()
public GetAllAuthCubesResponseBody setResult(List<GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResult> result)
public List<GetAllAuthCubesResponseBody.GetAllAuthCubesResponseBodyResult> getResult()
Copyright © 2025. All rights reserved.