Class LinkResponse
java.lang.Object
com.bytedesk.wechat.work.assistant.LinkResponse
获客链接响应模型
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class聊天信息static class客户信息static class链接信息static class优先选项static class配额信息static class使用范围 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integer余额private LinkResponse.ChatInfo聊天信息private Integer链接点击客户数private List<LinkResponse.Customer>客户列表private Integer错误码private String错误信息private String外部用户IDprivate LinkResponse.Link链接详情链接ID列表private Integer新增客户数private String下一页游标private LinkResponse.PriorityOption优先选项private List<LinkResponse.Quota>配额列表private LinkResponse.Range使用范围private Integer总数private String用户ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()getRange()getTotal()voidsetBalance(Integer balance) voidsetChatInfo(LinkResponse.ChatInfo chatInfo) voidsetClickLinkCustomerCnt(Integer clickLinkCustomerCnt) voidsetCustomerList(List<LinkResponse.Customer> customerList) voidsetErrcode(Integer errcode) voidvoidsetExternalUserid(String externalUserid) voidsetLink(LinkResponse.Link link) voidsetLinkIdList(List<String> linkIdList) voidsetNewCustomerCnt(Integer newCustomerCnt) voidsetNextCursor(String nextCursor) voidsetPriorityOption(LinkResponse.PriorityOption priorityOption) voidsetQuotaList(List<LinkResponse.Quota> quotaList) voidsetRange(LinkResponse.Range range) voidvoid
-
Field Details
-
errcode
错误码 -
errmsg
错误信息 -
linkIdList
链接ID列表 -
nextCursor
下一页游标 -
link
链接详情 -
range
使用范围 -
priorityOption
优先选项 -
customerList
客户列表 -
total
总数 -
balance
余额 -
quotaList
配额列表 -
clickLinkCustomerCnt
链接点击客户数 -
newCustomerCnt
新增客户数 -
userid
用户ID -
externalUserid
外部用户ID -
chatInfo
聊天信息
-
-
Constructor Details
-
LinkResponse
public LinkResponse()
-
-
Method Details
-
getErrcode
-
setErrcode
-
getErrmsg
-
setErrmsg
-
getLinkIdList
-
setLinkIdList
-
getNextCursor
-
setNextCursor
-
getLink
-
setLink
-
getRange
-
setRange
-
getPriorityOption
-
setPriorityOption
-
getCustomerList
-
setCustomerList
-
getTotal
-
setTotal
-
getBalance
-
setBalance
-
getQuotaList
-
setQuotaList
-
getClickLinkCustomerCnt
-
setClickLinkCustomerCnt
-
getNewCustomerCnt
-
setNewCustomerCnt
-
getUserid
-
setUserid
-
getExternalUserid
-
setExternalUserid
-
getChatInfo
-
setChatInfo
-