public static class QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
avatarUrl
example:
wwww.xxxxx.com/xxx.jpg
|
String |
name
example:
张三
|
Long |
receiveCnt
example:
5
|
Long |
sendCnt
example:
3
|
String |
unionId
example:
RCsp7PJmmTUr7w0hbs9aKAiEiE
|
| 构造器和说明 |
|---|
QueryCorpUserStatisticResponseBodyList() |
@NameInMap(value="avatarUrl") public String avatarUrl
@NameInMap(value="name") public String name
张三
@NameInMap(value="receiveCnt") public Long receiveCnt
5
@NameInMap(value="sendCnt") public Long sendCnt
3
@NameInMap(value="unionId") public String unionId
RCsp7PJmmTUr7w0hbs9aKAiEiE
public static QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList build(Map<String,?> map) throws Exception
Exceptionpublic QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList setAvatarUrl(String avatarUrl)
public String getAvatarUrl()
public QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList setName(String name)
public String getName()
public QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList setReceiveCnt(Long receiveCnt)
public Long getReceiveCnt()
public QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList setSendCnt(Long sendCnt)
public Long getSendCnt()
public QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList setUnionId(String unionId)
public String getUnionId()
Copyright © 2025. All rights reserved.