public class QueryCorpUserStatisticResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList |
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
hasMore |
List<QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList> |
list |
Long |
nextToken
example:
5
|
Long |
totalCount
example:
20
|
| 构造器和说明 |
|---|
QueryCorpUserStatisticResponseBody() |
@NameInMap(value="hasMore") public Boolean hasMore
@NameInMap(value="list") public List<QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList> list
@NameInMap(value="nextToken") public Long nextToken
5
@NameInMap(value="totalCount") public Long totalCount
20
public static QueryCorpUserStatisticResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic QueryCorpUserStatisticResponseBody setHasMore(Boolean hasMore)
public Boolean getHasMore()
public QueryCorpUserStatisticResponseBody setList(List<QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList> list)
public List<QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList> getList()
public QueryCorpUserStatisticResponseBody setNextToken(Long nextToken)
public Long getNextToken()
public QueryCorpUserStatisticResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2025. All rights reserved.