public static class QueryCorpUserStatisticResponseBody.QueryCorpUserStatisticResponseBodyList
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryCorpUserStatisticResponseBodyList() |
@NameInMap(value="avatarUrl") public String avatarUrl
@NameInMap(value="name") public String name
@NameInMap(value="receiveCnt") public Long receiveCnt
@NameInMap(value="sendCnt") public Long sendCnt
@NameInMap(value="unionId") public String unionId
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 © 2023. All rights reserved.