Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AccessTokenBean - Class in top.hmtools.wxmp.core.model
记录微信access_token信息的实体类
AccessTokenBean() - Constructor for class top.hmtools.wxmp.core.model.AccessTokenBean
 
ActionInfo - Class in top.hmtools.wxmp.account.models
二维码详细信息
ActionInfo() - Constructor for class top.hmtools.wxmp.account.models.ActionInfo
 
addAllAppidSecretPairs(Map<String, String>) - Method in class top.hmtools.wxmp.core.configuration.MultiAppIdSecretBox
添加全部微信appid与appsecret数据对到字典
addAppidSecretPair(AppIdSecretPair) - Method in class top.hmtools.wxmp.core.configuration.MultiAppIdSecretBox
添加微信appid与appsecret数据对到字典
addAppidSecretPair(String, String) - Method in class top.hmtools.wxmp.core.configuration.MultiAppIdSecretBox
添加微信appid与appsecret数据对到字典
addButtion(SelfmenuInfoButtonBean...) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoBean
添加菜单按钮,最多添加3个,超出的会被忽略掉
addButton(Button...) - Method in class top.hmtools.wxmp.menu.models.simple.MenuBean
添加一个按钮(一级菜单),最多只能添加3个,多出的会被忽略
addConditional(ConditionalMenuBean) - Method in interface top.hmtools.wxmp.menu.apis.IConditionalMenuApi
创建个性化菜单
addData(String, DataItem) - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
addKfAcount(KfAccountParam) - Method in interface top.hmtools.wxmp.message.customerService.apis.ICustomerServiceApi
添加客服帐号
addMaterial(UploadParam) - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
新增其他类型永久素材
addMessageMetaInfo(Object) - Method in class top.hmtools.wxmp.core.DefaultWxmpMessageHandle
解析并添加微信xml消息处理器
必须是被WxmpController注解修饰的类
其中的处理方法必须是被 WxmpRequestMapping注解修饰
其中处理方法只能有一个形式参数,且该形式参数的类必须继承自 BaseMessage,且该类必须被注解 WxmpMessage 注解修饰
addNews(NewsBean) - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
新增永久图文素材
addProxies(HttpHost...) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
添加代理信息
addSubButton(Button...) - Method in class top.hmtools.wxmp.menu.models.simple.Button
添加二级菜单数组,个数应为1~5个
AnnualRenew - Class in top.hmtools.wxmp.account.models.eventMessage
年审通知 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1442401004</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[annual_renew]]></Event> <ExpiredTime>1442401004</ExpiredTime> </xml>
AnnualRenew() - Constructor for class top.hmtools.wxmp.account.models.eventMessage.AnnualRenew
 
AppIdSecretBox - Interface in top.hmtools.wxmp.core.configuration
存放微信公众号appid与appsecret数据对的盒子
AppIdSecretPair - Class in top.hmtools.wxmp.core.configuration
微信公众号平台appid与appsecret数据信息对
AppIdSecretPair() - Constructor for class top.hmtools.wxmp.core.configuration.AppIdSecretPair
 
articleIdx - Variable in class top.hmtools.wxmp.message.group.model.event.ItemType
 
Articles - Class in top.hmtools.wxmp.material.model
Auto-generated: 2019-08-13 16:24:57
Articles() - Constructor for class top.hmtools.wxmp.material.model.Articles
 
Articles - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
Auto-generated: 2019-08-25 15:45:8
Articles() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
Articles - Class in top.hmtools.wxmp.message.group.model
Auto-generated: 2019-08-26 9:52:46
Articles() - Constructor for class top.hmtools.wxmp.message.group.model.Articles
 
auditState - Variable in class top.hmtools.wxmp.message.group.model.event.ItemType
 

B

BaseAccessTokenHandle - Class in top.hmtools.wxmp.core.access_handle
基础的access token中间件
BaseAccessTokenHandle(AppIdSecretBox) - Constructor for class top.hmtools.wxmp.core.access_handle.BaseAccessTokenHandle
 
BaseEventMessage - Class in top.hmtools.wxmp.core.model.message
基本的事件消息
BaseEventMessage() - Constructor for class top.hmtools.wxmp.core.model.message.BaseEventMessage
 
BaseMessage - Class in top.hmtools.wxmp.core.model.message
基础的消息数据实体类,这些消息均是被动接收来自微信服务器的通知类型的xml数据结构数据
BaseMessage() - Constructor for class top.hmtools.wxmp.core.model.message.BaseMessage
 
BaseOpenIdGroupSendParam - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
Auto-generated: 2019-08-27 16:41:27
BaseOpenIdGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.BaseOpenIdGroupSendParam
 
BasePreviewParam - Class in top.hmtools.wxmp.message.group.model.preview
Auto-generated: 2019-08-27 16:41:27
BasePreviewParam() - Constructor for class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
BaseSendMessageParam - Class in top.hmtools.wxmp.message.customerService.model
客服接口-发消息 - 基本消息
BaseSendMessageParam() - Constructor for class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
 
BaseTagGroupSendParam - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
根据标签进行群发用基本消息参数实体类
BaseTagGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.BaseTagGroupSendParam
 
batchBlackList(BatchBlackListParam) - Method in interface top.hmtools.wxmp.user.apis.IBlackListApi
2.
BatchBlackListParam - Class in top.hmtools.wxmp.user.model
 
BatchBlackListParam() - Constructor for class top.hmtools.wxmp.user.model.BatchBlackListParam
 
BatchgetMaterialParam - Class in top.hmtools.wxmp.material.model
 
BatchgetMaterialParam(MediaType, int, int) - Constructor for class top.hmtools.wxmp.material.model.BatchgetMaterialParam
 
BatchgetMaterialResult - Class in top.hmtools.wxmp.material.model
 
BatchgetMaterialResult() - Constructor for class top.hmtools.wxmp.material.model.BatchgetMaterialResult
 
batchTagging(BatchTagParam) - Method in interface top.hmtools.wxmp.user.apis.ITagsApi
1.
BatchTagParam - Class in top.hmtools.wxmp.user.model
 
BatchTagParam() - Constructor for class top.hmtools.wxmp.user.model.BatchTagParam
 
batchUnblackList(BatchBlackListParam) - Method in interface top.hmtools.wxmp.user.apis.IBlackListApi
3.
batchUntagging(BatchTagParam) - Method in interface top.hmtools.wxmp.user.apis.ITagsApi
2.
BatchUserInfoParam - Class in top.hmtools.wxmp.user.model
 
BatchUserInfoParam() - Constructor for class top.hmtools.wxmp.user.model.BatchUserInfoParam
 
BatchUserInfoResult - Class in top.hmtools.wxmp.user.model
 
BatchUserInfoResult() - Constructor for class top.hmtools.wxmp.user.model.BatchUserInfoResult
 
bean2Map(T) - Static method in class top.hmtools.wxmp.core.tools.Bean2MapTools
转换bean为map
bean2MapPlus(T) - Static method in class top.hmtools.wxmp.core.tools.Bean2MapTools
转换bean为map,包括当前类的所有父类
Bean2MapTools - Class in top.hmtools.wxmp.core.tools
 
Bean2MapTools() - Constructor for class top.hmtools.wxmp.core.tools.Bean2MapTools
 
BlackListParam - Class in top.hmtools.wxmp.user.model
 
BlackListParam() - Constructor for class top.hmtools.wxmp.user.model.BlackListParam
 
BlackListResult - Class in top.hmtools.wxmp.user.model
Auto-generated: 2019-08-14 23:40:11
BlackListResult() - Constructor for class top.hmtools.wxmp.user.model.BlackListResult
 
build(WxmpConfiguration) - Static method in class top.hmtools.wxmp.core.WxmpSessionFactoryBuilder
获取会话工厂
buildJsonEntity(Object, String) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
获取字节数组形式的http request body
buildMultipartEntity(Object) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
生成 http post form requestbody ,含文件上传
注意:
如果含有inputstream、byte[]数据类型的类属性,须在执行完本方法后,再执行 org.apache.http.entity.mime.MultipartEntityBuilder.addBinaryBody(String, byte[], ContentType, String) 添加。
buildURI(String, Object) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
生成带请求参数的URI
Button - Class in top.hmtools.wxmp.menu.models.simple
 
Button() - Constructor for class top.hmtools.wxmp.menu.models.simple.Button
 
button - Variable in class top.hmtools.wxmp.menu.models.simple.MenuBean
 

C

canReprint - Variable in class top.hmtools.wxmp.message.group.model.event.ItemType
 
Card_ext - Class in top.hmtools.wxmp.message.group.model.preview
Auto-generated: 2019-08-27 18:20:24
Card_ext() - Constructor for class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
checkAccessToken(String, String) - Static method in class top.hmtools.wxmp.webpage.authorize.OAuth2Tools
附:检验授权凭证(access_token)是否有效
checkState - Variable in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
ClickEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
点击菜单拉取消息时的事件推送
数据包示例:
ClickEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.ClickEventMessage
 
ClickMenuEventMessage - Class in top.hmtools.wxmp.message.eventPush.model
自定义菜单事件 之 点击菜单拉取消息时的事件推送 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[FromUser]]></FromUserName> <CreateTime>123456789</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[CLICK]]></Event> <EventKey><![CDATA[EVENTKEY]]></EventKey> </xml>
ClickMenuEventMessage() - Constructor for class top.hmtools.wxmp.message.eventPush.model.ClickMenuEventMessage
 
closeComment(OpenCommentParam) - Method in interface top.hmtools.wxmp.comment.apis.ICommentApi
2.2 关闭已群发文章评论(新增接口)
Comment - Class in top.hmtools.wxmp.comment.models
Auto-generated: 2019-08-21 22:16:6
Comment() - Constructor for class top.hmtools.wxmp.comment.models.Comment
 
ConditionalBean - Class in top.hmtools.wxmp.menu.models.conditional
创建/删除 个性自定义菜单目录请求微信服务侧成功时反馈的数据描述实体类
ConditionalBean() - Constructor for class top.hmtools.wxmp.menu.models.conditional.ConditionalBean
 
ConditionalMenuBean - Class in top.hmtools.wxmp.menu.models.conditional
个性自定义菜单目录
ConditionalMenuBean() - Constructor for class top.hmtools.wxmp.menu.models.conditional.ConditionalMenuBean
 
configXStream(XStream) - Method in class top.hmtools.wxmp.account.models.eventMessage.AnnualRenew
 
configXStream(XStream) - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifyFail
 
configXStream(XStream) - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifySuccess
 
configXStream(XStream) - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifyFail
 
configXStream(XStream) - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifySuccess
 
configXStream(XStream) - Method in class top.hmtools.wxmp.account.models.eventMessage.VerifyExpired
 
configXStream(XStream) - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
必要时,对XStream进行一些设置操作
configXStream(XStream) - Method in class top.hmtools.wxmp.core.model.message.TempMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ClickEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.LocationSelectEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicPhotoOrAlbumEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicSysPhotoEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicWeixinEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodePushEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodeWaitmsgEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ViewEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ViewMiniprogramEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.eventPush.model.ClickMenuEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.eventPush.model.QRScanEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.eventPush.model.QRSubscribeEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.eventPush.model.SubscribeEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.eventPush.model.UnsubscribeEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.eventPush.model.ViewMenuEventMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.ordinary.model.ImageMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.ordinary.model.ShortvideoMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.ordinary.model.TextMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.ordinary.model.VideoMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.reply.model.ReplyImageMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusicMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.reply.model.ReplyNewsMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.reply.model.ReplyTextMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideoMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.reply.model.ReplyVoiceMessage
 
configXStream(XStream) - Method in class top.hmtools.wxmp.message.template.model.event.TemplateMessageSendedEvent
 
configXStream(XStream) - Method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
ConnectionKeepAliveStrategyDemoImpl - Class in top.hmtools.wxmp.core.httpclient.impl
保持http长链接??
ConnectionKeepAliveStrategyDemoImpl() - Constructor for class top.hmtools.wxmp.core.httpclient.impl.ConnectionKeepAliveStrategyDemoImpl
 
ContentResult - Class in top.hmtools.wxmp.material.model
 
ContentResult() - Constructor for class top.hmtools.wxmp.material.model.ContentResult
 
convert(HashMap<String, Object>) - Method in interface top.hmtools.wxmp.core.RequestParamConvert
自行组装请求参数
convert(HashMap<String, Object>) - Method in class top.hmtools.wxmp.core.RequestParamConvertBlank
 
copyrightCheckResult - Variable in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
CopyrightCheckResultType - Class in top.hmtools.wxmp.message.group.model.event
 
CopyrightCheckResultType() - Constructor for class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
count - Variable in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
create(QRCodeParam) - Method in interface top.hmtools.wxmp.account.apis.IQrcodeApis
创建二维码ticket
create(TagWapperParam) - Method in interface top.hmtools.wxmp.user.apis.ITagsApi
创建标签
一个公众号,最多可以创建100个标签。
createMenu(MenuBean) - Method in interface top.hmtools.wxmp.menu.apis.IMenuApi
创建自定义菜单目录
createTime - Variable in class top.hmtools.wxmp.core.model.message.BaseMessage
消息创建时间
CurrentSelfMenuInfoBean - Class in top.hmtools.wxmp.menu.models.simple
自定义菜单配置
CurrentSelfMenuInfoBean() - Constructor for class top.hmtools.wxmp.menu.models.simple.CurrentSelfMenuInfoBean
 

D

Data - Class in top.hmtools.wxmp.user.model
Auto-generated: 2019-08-14 15:11:25
Data() - Constructor for class top.hmtools.wxmp.user.model.Data
 
DataItem - Class in top.hmtools.wxmp.message.template.model
Auto-generated: 2019-08-29 11:48:4
DataItem() - Constructor for class top.hmtools.wxmp.message.template.model.DataItem
 
DefaultAccessTokenHandle - Class in top.hmtools.wxmp.core.access_handle
缺省的、简单的、基于单机本地内存存储方案的获取access token的中间件
DefaultAccessTokenHandle(AppIdSecretBox) - Constructor for class top.hmtools.wxmp.core.access_handle.DefaultAccessTokenHandle
 
DefaultWxmpMessageHandle - Class in top.hmtools.wxmp.core
核心的微信消息(事件)处理工具 FIXME
试验版,后期可能需要改良
DefaultWxmpMessageHandle() - Constructor for class top.hmtools.wxmp.core.DefaultWxmpMessageHandle
 
DefaultWxmpSession - Class in top.hmtools.wxmp.core
 
DefaultWxmpSession(WxmpConfiguration) - Constructor for class top.hmtools.wxmp.core.DefaultWxmpSession
 
DefaultWxmpSessionFactory - Class in top.hmtools.wxmp.core
 
DefaultWxmpSessionFactory(WxmpConfiguration) - Constructor for class top.hmtools.wxmp.core.DefaultWxmpSessionFactory
 
delConditional(ConditionalBean) - Method in interface top.hmtools.wxmp.menu.apis.IConditionalMenuApi
删除个性化菜单
delete(TagWapperParam) - Method in interface top.hmtools.wxmp.user.apis.ITagsApi
4.
deleteAllMenu() - Method in interface top.hmtools.wxmp.menu.apis.IMenuApi
删除全部自定义菜单信息
deleteComment(UserCommentParam) - Method in interface top.hmtools.wxmp.comment.apis.ICommentApi
2.6 删除评论(新增接口)
deleteGroupMessageSended(DeleteParam) - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
删除群发【订阅号与服务号认证后均可用】
deleteKfAcount(KfAccountParam) - Method in interface top.hmtools.wxmp.message.customerService.apis.ICustomerServiceApi
删除客服帐号
DeleteParam - Class in top.hmtools.wxmp.message.group.model
Auto-generated: 2019-08-27 17:28:34
DeleteParam() - Constructor for class top.hmtools.wxmp.message.group.model.DeleteParam
 
deleteReplyComment(UserCommentParam) - Method in interface top.hmtools.wxmp.comment.apis.ICommentApi
2.8 删除回复(新增接口)
delMaterial(MediaParam) - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
删除永久素材
1、请谨慎操作本接口,因为它可以删除公众号在公众平台官网素材管理模块中新建的图文消息、语音、视频等素材(但需要先通过获取素材列表来获知素材的media_id)
2、临时素材无法通过本接口删除
3、调用该接口需https协议
delPrivateTemplate(DelTemplateParam) - Method in interface top.hmtools.wxmp.message.template.apis.ITemplateApi
删除模板
DelTemplateParam - Class in top.hmtools.wxmp.message.template.model
 
DelTemplateParam() - Constructor for class top.hmtools.wxmp.message.template.model.DelTemplateParam
 
DescriptionBean - Class in top.hmtools.wxmp.material.model
 
DescriptionBean() - Constructor for class top.hmtools.wxmp.material.model.DescriptionBean
 

E

EMenuEventMessages - Enum in top.hmtools.wxmp.menu.enums
自定义菜单事件实体类枚举集合
EQRActionName - Enum in top.hmtools.wxmp.account.enums
二维码类型
EResponseHandler - Enum in top.hmtools.wxmp.core.httpclient.responseHandler
获取处理httpclient 发送http请求后接收的http response的handler对象实例
errcode - Variable in class top.hmtools.wxmp.core.model.ErrcodeBean
异常代码
ErrcodeBean - Class in top.hmtools.wxmp.core.model
微信返回的统一错误代码实体类
ErrcodeBean() - Constructor for class top.hmtools.wxmp.core.model.ErrcodeBean
 
errmsg - Variable in class top.hmtools.wxmp.core.model.ErrcodeBean
异常信息
errorCount - Variable in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
ESignType - Enum in top.hmtools.wxmp.webpage.jsSdk
签名算法方式
EUrlServer - Enum in top.hmtools.wxmp.core.configuration
微信服务器URL枚举
EUserEventMessages - Enum in top.hmtools.wxmp.user.enums
自定义菜单事件实体类枚举集合
event - Variable in class top.hmtools.wxmp.core.model.message.BaseEventMessage
事件类型
Event - Enum in top.hmtools.wxmp.core.model.message.enums
事件枚举??
eventKey - Variable in class top.hmtools.wxmp.core.model.message.BaseEventMessage
事件KEY值
EVerifyEventMessages - Enum in top.hmtools.wxmp.account.enums
自定义菜单事件实体类枚举集合
executeHttpRequest(HttpRequestBase, EResponseHandler) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
 
executeHttpRequest(HttpRequestBase, ResponseHandler<T>) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
执行http请求

F

filter - Variable in class top.hmtools.wxmp.message.group.model.tagGroupSend.BaseTagGroupSendParam
 
Filter - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
Auto-generated: 2019-08-26 10:27:27
Filter() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.Filter
 
filterCount - Variable in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
fromUserName - Variable in class top.hmtools.wxmp.core.model.message.BaseMessage
发送方微信号,若为普通用户,则是一个OpenID

G

get() - Method in interface top.hmtools.wxmp.user.apis.ITagsApi
2.
getAccess_token() - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
getAccess_token() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
getAccessToken(String, String, String) - Static method in class top.hmtools.wxmp.webpage.authorize.OAuth2Tools
oauth微信授权流程中获取的access_token
第二步:通过code换取网页授权access_token
getAccessTokenBean() - Method in class top.hmtools.wxmp.core.access_handle.BaseAccessTokenHandle
获取访问微信公众号服务api接口用的access token 对象实例
getAccessTokenBean() - Method in class top.hmtools.wxmp.core.access_handle.DefaultAccessTokenHandle
 
getAccessTokenHandle() - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
GetAccessTokenParam - Class in top.hmtools.wxmp.core.model
用于请求微信服务api获取access token的参数实体类
GetAccessTokenParam(AppIdSecretPair) - Constructor for class top.hmtools.wxmp.core.model.GetAccessTokenParam
 
getAccessTokenString() - Method in class top.hmtools.wxmp.core.access_handle.BaseAccessTokenHandle
获取访问微信公众号服务api接口用的access token 字符串
getAction() - Method in class top.hmtools.wxmp.account.models.ShorturlParam
此处填long2short,代表长链接转短链接
getAction_info() - Method in class top.hmtools.wxmp.account.models.QRCodeParam
 
getAction_name() - Method in class top.hmtools.wxmp.account.models.QRCodeParam
 
getAllPrivateTemplate() - Method in interface top.hmtools.wxmp.message.template.apis.ITemplateApi
获取模板列表
getAppid() - Method in class top.hmtools.wxmp.core.configuration.AppIdSecretPair
 
getAppid() - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
getAppid() - Method in class top.hmtools.wxmp.core.model.GetAccessTokenParam
 
getAppid() - Method in class top.hmtools.wxmp.menu.models.simple.Button
小程序的appid(仅认证公众号可配置)
getAppid() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
getAppid() - Method in class top.hmtools.wxmp.message.template.model.Miniprogram
 
getAppId() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
getAppIdSecretBox() - Method in class top.hmtools.wxmp.core.access_handle.BaseAccessTokenHandle
获取 存储 appid、appsecret 数据对的盒子
getAppIdSecretPair() - Method in interface top.hmtools.wxmp.core.configuration.AppIdSecretBox
获取微信公众号appid与appsecret数据对
getAppIdSecretPair() - Method in class top.hmtools.wxmp.core.configuration.MultiAppIdSecretBox
 
getAppIdSecretPair() - Method in class top.hmtools.wxmp.core.configuration.SingleAppIdSecretBox
 
getAppsecret() - Method in class top.hmtools.wxmp.core.configuration.AppIdSecretPair
 
getArticle_idx() - Method in class top.hmtools.wxmp.message.group.model.DeleteParam
 
getArticleCount() - Method in class top.hmtools.wxmp.message.reply.model.ReplyNewsMessage
 
getArticleIdx() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
getArticles() - Method in class top.hmtools.wxmp.material.model.NewsBean
 
getArticles() - Method in class top.hmtools.wxmp.material.model.NewsBeanForUpdate
 
getArticles() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.News
 
getArticles() - Method in class top.hmtools.wxmp.message.group.model.UploadNewsParam
 
getArticles() - Method in class top.hmtools.wxmp.message.reply.model.ReplyNewsMessage
 
getAuditState() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
getAuthor() - Method in class top.hmtools.wxmp.material.model.Articles
 
getAuthor() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
getAuthor() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getBatchgetMaterial(BatchgetMaterialParam) - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
获取素材列表
1、获取永久素材的列表,也包含公众号在公众平台官网素材管理模块中新建的图文消息、语音、视频等素材
2、临时素材无法通过本接口获取
getBatchUserInfo(BatchUserInfoParam) - Method in interface top.hmtools.wxmp.user.apis.IUnionIDApi
批量获取用户基本信息
getBegin() - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
getBegin_openid() - Method in class top.hmtools.wxmp.user.model.BlackListParam
 
getBlackList(BlackListParam) - Method in interface top.hmtools.wxmp.user.apis.IBlackListApi
1.
getButton() - Method in class top.hmtools.wxmp.menu.models.simple.MenuBean
获取按钮(一级菜单)
getButton() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoBean
菜单按钮
getCanReprint() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
getCard_ext() - Method in class top.hmtools.wxmp.message.group.model.preview.Wxcard
 
getCard_id() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Wxcard
 
getCard_id() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.Wxcard
 
getCard_id() - Method in class top.hmtools.wxmp.message.group.model.preview.Wxcard
 
getCard_id() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.Wxcard
 
getCharset() - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
getCheckState() - Method in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
getCity() - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
城市信息,是用户在微信中设置的地区,具体请参考地区信息表
getCity() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getCity() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getClassName() - Method in enum top.hmtools.wxmp.account.enums.EVerifyEventMessages
 
getClassName() - Method in enum top.hmtools.wxmp.menu.enums.EMenuEventMessages
 
getClassName() - Method in enum top.hmtools.wxmp.user.enums.EUserEventMessages
 
getClient_platform_type() - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
客户端版本,当前只具体到系统型号:IOS(1), Android(2),Others(3),不填则不做匹配
getCode() - Method in class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
getColor() - Method in class top.hmtools.wxmp.message.template.model.DataItem
 
getCommand() - Method in class top.hmtools.wxmp.message.customerService.model.TypingStatusParam
 
getComment() - Method in class top.hmtools.wxmp.comment.models.ListCommentResult
 
getComment_type() - Method in class top.hmtools.wxmp.comment.models.Comment
 
getConditionalmenu() - Method in class top.hmtools.wxmp.menu.models.simple.MenuWapperBean
 
getConfiguration2020() - Method in class top.hmtools.wxmp.core.WxmpSessionFactory
 
getContent() - Method in class top.hmtools.wxmp.comment.models.Comment
 
getContent() - Method in class top.hmtools.wxmp.comment.models.Reply
 
getContent() - Method in class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
getContent() - Method in class top.hmtools.wxmp.material.model.Articles
 
getContent() - Method in class top.hmtools.wxmp.material.model.ItemResult
 
getContent() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.ItemList
 
getContent() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.TextBean
 
getContent() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getContent() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.Text
 
getContent() - Method in class top.hmtools.wxmp.message.group.model.preview.Text
 
getContent() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.Text
 
getContent() - Method in class top.hmtools.wxmp.message.ordinary.model.TextMessage
 
getContent() - Method in class top.hmtools.wxmp.message.reply.model.ReplyTextMessage
 
getContent() - Method in class top.hmtools.wxmp.message.template.model.Template
 
getContent_source_url() - Method in class top.hmtools.wxmp.material.model.Articles
 
getContent_source_url() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getContent_url() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
getCopyrightCheckResult() - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
getCount() - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
getCount() - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialParam
 
getCount() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendPicsInfo
 
getCount() - Method in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
getCount() - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
getCount() - Method in class top.hmtools.wxmp.user.model.TagFunsResult
 
getCount() - Method in class top.hmtools.wxmp.user.model.TagResult
 
getCount() - Method in class top.hmtools.wxmp.user.model.UserListResult
 
getCountry() - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
国家信息,是用户在微信中设置的地区,具体请参考地区信息表
getCountry() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getCountry() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getCover_url() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
getCreate_time() - Method in class top.hmtools.wxmp.comment.models.Comment
 
getCreate_time() - Method in class top.hmtools.wxmp.comment.models.Reply
 
getCreated_at() - Method in class top.hmtools.wxmp.material.model.MediaBean
 
getCreated_at() - Method in class top.hmtools.wxmp.message.group.model.UploadNewsResult
 
getCreateTime() - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
getCurrentSelfMenuInfo() - Method in interface top.hmtools.wxmp.menu.apis.IMenuApi
获取自定义菜单配置接口
getData() - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
getData() - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
getData() - Method in class top.hmtools.wxmp.user.model.TagFunsResult
 
getData() - Method in class top.hmtools.wxmp.user.model.UserListResult
 
getDeputy_industry() - Method in class top.hmtools.wxmp.message.template.model.Template
 
getDescription() - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
getDescription() - Method in class top.hmtools.wxmp.material.model.UploadParam
 
getDescription() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
getDescription() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
getDescription() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
getDescription() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideo
 
getDescription() - Method in class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
getDescription() - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
getDescription() - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
getDescription() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideo
 
getDigest() - Method in class top.hmtools.wxmp.material.model.Articles
 
getDigest() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
getDigest() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getDown_url() - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
getEnumType() - Method in class top.hmtools.wxmp.material.model.MediaBean
 
getErrcode() - Method in class top.hmtools.wxmp.core.model.ErrcodeBean
 
getErrmsg() - Method in class top.hmtools.wxmp.core.model.ErrcodeBean
 
getErrorCount() - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
geteUrlServer() - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
getEvent() - Method in class top.hmtools.wxmp.core.model.message.BaseEventMessage
事件类型
getEventKey() - Method in class top.hmtools.wxmp.core.model.message.BaseEventMessage
事件KEY值
getEventMap() - Method in class top.hmtools.wxmp.core.DefaultWxmpMessageHandle
 
getEventName() - Method in enum top.hmtools.wxmp.account.enums.EVerifyEventMessages
 
getEventName() - Method in enum top.hmtools.wxmp.menu.enums.EMenuEventMessages
 
getEventName() - Method in enum top.hmtools.wxmp.user.enums.EUserEventMessages
 
getExample() - Method in class top.hmtools.wxmp.message.template.model.Template
 
getExpire_seconds() - Method in class top.hmtools.wxmp.account.models.QRCodeParam
 
getExpire_seconds() - Method in class top.hmtools.wxmp.account.models.QRCodeResult
 
getExpiredTime() - Method in class top.hmtools.wxmp.account.models.eventMessage.AnnualRenew
 
getExpiredTime() - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifySuccess
 
getExpiredTime() - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifySuccess
 
getExpiredTime() - Method in class top.hmtools.wxmp.account.models.eventMessage.VerifyExpired
 
getExpires_in() - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
getExpires_in() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
getExpires_in() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsapiTicketResult
 
getExpires_in() - Method in class top.hmtools.wxmp.webpage.models.TicketResult
 
getFailReason() - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifyFail
 
getFailReason() - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifyFail
 
getFailTime() - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifyFail
 
getFailTime() - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifyFail
 
getFilter() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.BaseTagGroupSendParam
 
getFilterCount() - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
getFilterMap(Map<T, E>, List<T>) - Static method in class top.hmtools.wxmp.webpage.tools.MapTools
获取过滤后的map
getFirst_class() - Method in class top.hmtools.wxmp.message.template.model.Industry
 
getForceAccessTokenString() - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
getFormat() - Method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
 
getFromUserName() - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
getFunsOfTag(TagFunsParam) - Method in interface top.hmtools.wxmp.user.apis.ITagsApi
5.
getGenerateShortUuid(int, char[]) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取指定长度,指定字典的随机字符串
getGenerateShortUuid(int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取指定长度的随机字符串
仅数字跟字母组合,区分大小写。
可生成指定任意长度
getGrant_type() - Method in class top.hmtools.wxmp.core.model.GetAccessTokenParam
 
getGroupid() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getGroupMessageSendSpeed() - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
获取群发速度
getGroupMessageSendStatus(GroupMessageSendStatusParam) - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
查询群发消息发送状态【订阅号与服务号认证后均可用】
getHead_content() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Msgmenu
 
getHeadimgurl() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getHeadimgurl() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getHqmusicurl() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
getHQMusicUrl() - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
getHttpClientContext(URI) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
获取http请求上下文
getHttpHost(URI) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
获取路由??
getHttpStatusCode() - Method in exception top.hmtools.wxmp.core.exception.HttpRequestFailException
 
getId() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.ItemList
 
getId() - Method in class top.hmtools.wxmp.user.model.TagParam
 
getId() - Method in class top.hmtools.wxmp.user.model.TagResult
 
getImage(MediaParam) - Method in interface top.hmtools.wxmp.material.apis.ITemporaryApi
获取图片临时素材
getImage() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.ImageCustomerServiceMessage
 
getImage() - Method in class top.hmtools.wxmp.message.customerService.model.UploadHeadImgParam
 
getImage() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.ImageOpenIdGroupSendParam
 
getImage() - Method in class top.hmtools.wxmp.message.group.model.preview.ImagePreviewParam
 
getImage() - Method in class top.hmtools.wxmp.message.reply.model.ReplyImageMessage
 
getImage_count() - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
getIndex() - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
getIndex() - Method in class top.hmtools.wxmp.comment.models.OpenCommentParam
 
getIndex() - Method in class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
getIndex() - Method in class top.hmtools.wxmp.comment.models.UserCommentParam
 
getIndex() - Method in class top.hmtools.wxmp.material.model.NewsBeanForUpdate
 
getIndustry() - Method in interface top.hmtools.wxmp.message.template.apis.ITemplateApi
获取设置的行业信息
getIndustry_id1() - Method in class top.hmtools.wxmp.message.template.model.SetIndustryParam
 
getIndustry_id2() - Method in class top.hmtools.wxmp.message.template.model.SetIndustryParam
 
GetIndustryResult - Class in top.hmtools.wxmp.message.template.model
Auto-generated: 2019-08-28 22:52:49
GetIndustryResult() - Constructor for class top.hmtools.wxmp.message.template.model.GetIndustryResult
 
getIntroduction() - Method in class top.hmtools.wxmp.material.model.DescriptionBean
 
getIs_menu_open() - Method in class top.hmtools.wxmp.menu.models.simple.CurrentSelfMenuInfoBean
菜单是否开启,0代表未开启,1代表开启
getIs_to_all() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.Filter
 
getItem() - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialResult
 
getItem() - Method in class top.hmtools.wxmp.message.group.model.event.ResultListType
 
getItem_count() - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialResult
 
getJsapiTicketResult() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsSdkTools
获取用于生成签名用的jsapi_ticket,并缓存到本地内存。
注意:只是缓存到本地运行内存
getJsConfig(String, ESignType) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsSdkTools
生成前端js页面初始化时所需要的config数据
getJsSdkApi() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsSdkTools
 
getKeepAliveDuration(HttpResponse, HttpContext) - Method in class top.hmtools.wxmp.core.httpclient.impl.ConnectionKeepAliveStrategyDemoImpl
 
getKey() - Method in class top.hmtools.wxmp.menu.models.simple.Button
菜单KEY值,用于消息接口推送,不超过128字节
getKey() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
getKf_account() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
getKf_account() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
getKf_account() - Method in class top.hmtools.wxmp.message.customerService.model.UploadHeadImgParam
 
getKf_headimgurl() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
getKf_headimgurl() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
getKf_id() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
getKf_id() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
getKf_list() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountListResult
 
getKf_nick() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
getKf_nick() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
getKfList() - Method in interface top.hmtools.wxmp.message.customerService.apis.ICustomerServiceApi
获取所有客服账号
开发者通过本接口,获取公众号中所设置的客服基本信息,包括客服工号、客服昵称、客服登录账号。
getLabel() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
getLabel() - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
getLang() - Method in class top.hmtools.wxmp.user.model.UserInfoParam
 
getLanguage() - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
语言信息,是用户在微信中设置的语言,具体请参考语言表: 1、简体中文 "zh_CN" 2、繁体中文TW "zh_TW" 3、繁体中文HK "zh_HK" 4、英文 "en" 5、印尼 "id" 6、马来 "ms" 7、西班牙 "es" 8、韩国 "ko" 9、意大利 "it" 10、日本 "ja" 11、波兰 "pl" 12、葡萄牙 "pt" 13、俄国 "ru" 14、泰文 "th" 15、越南 "vi" 16、阿拉伯语 "ar" 17、北印度 "hi" 18、希伯来 "he" 19、土耳其 "tr" 20、德语 "de" 21、法语 "fr"
getLanguage() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getLastModifyDatetime() - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
getLastRefreshTimastamp() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsapiTicketResult
当ticket被赋值时,时间戳值会自动刷新
getLatitude() - Method in class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
getLatitude() - Method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
getList() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBeans
图文消息的信息集合
getList() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoSubButtonBean
 
getList() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Msgmenu
 
getLocation_X() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
getLocation_X() - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
getLocation_Y() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
getLocation_Y() - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
getLogger() - Method in class top.hmtools.wxmp.core.DefaultWxmpMessageHandle
 
getLong_url() - Method in class top.hmtools.wxmp.account.models.ShorturlParam
 
getLongitude() - Method in class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
getLongitude() - Method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
getMapper(Class<T>) - Method in class top.hmtools.wxmp.core.WxmpSession
获取被动态代理的对象实例
getMatchrule() - Method in class top.hmtools.wxmp.menu.models.conditional.ConditionalMenuBean
个性自定义菜单匹配规则
getMaterial(MediaParam) - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
获取永久素材
图文、视频
getMaterialCount() - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
获取素材总数
1.永久素材的总数,也会计算公众平台官网素材管理中的素材
2.图片和图文消息素材(包括单图文和多图文)的总数上限为5000,其他素材的总数上限为1000
getMaterialImage(MediaParam) - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
获取永久素材
图片
getMedia() - Method in class top.hmtools.wxmp.material.model.UploadParam
 
getMedia() - Method in class top.hmtools.wxmp.message.group.model.UploadImageParam
 
getMedia_id() - Method in class top.hmtools.wxmp.material.model.ItemResult
 
getMedia_id() - Method in class top.hmtools.wxmp.material.model.MediaBean
 
getMedia_id() - Method in class top.hmtools.wxmp.material.model.MediaParam
 
getMedia_id() - Method in class top.hmtools.wxmp.material.model.NewsBeanForUpdate
 
getMedia_id() - Method in class top.hmtools.wxmp.menu.models.simple.Button
调用新增永久素材接口返回的合法media_id
getMedia_id() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MediaBean
 
getMedia_id() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
getMedia_id() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MediaId
 
getMedia_id() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideo
 
getMedia_id() - Method in class top.hmtools.wxmp.message.group.model.preview.MediaId
 
getMedia_id() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.MediaId
 
getMedia_id() - Method in class top.hmtools.wxmp.message.group.model.UploadNewsResult
 
getMediaId() - Method in class top.hmtools.wxmp.message.ordinary.model.ImageMessage
 
getMediaId() - Method in class top.hmtools.wxmp.message.ordinary.model.ShortvideoMessage
 
getMediaId() - Method in class top.hmtools.wxmp.message.ordinary.model.VideoMessage
 
getMediaId() - Method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
 
getMediaId() - Method in class top.hmtools.wxmp.message.reply.model.ReplyImage
通过素材管理中的接口上传多媒体文件,得到的id
getMediaId() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideo
 
getMediaId() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVoice
 
getMenu() - Method in interface top.hmtools.wxmp.menu.apis.IMenuApi
查询自定义菜单目录
getMenu() - Method in class top.hmtools.wxmp.menu.models.simple.MenuWapperBean
 
getMenuid() - Method in class top.hmtools.wxmp.menu.models.conditional.ConditionalBean
 
getMenuid() - Method in class top.hmtools.wxmp.menu.models.conditional.ConditionalMenuBean
 
getMenuId() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ViewEventMessage
 
getMenuId() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ViewMiniprogramEventMessage
菜单ID,如果是个性化菜单,则可以通过这个字段,知道是哪个规则的菜单被点击了
getMessageBeanClass() - Method in class top.hmtools.wxmp.core.model.MessageMetaInfo
 
getMethod() - Method in class top.hmtools.wxmp.core.model.MessageMetaInfo
 
getMiniprogram() - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
getMiniprogrampage() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MiniProgramCustomerServiceMessage
 
getMpnews() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MpnewsCustomerServiceMessage
 
getMpnews() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpnewsOpenIdGroupSendParam
 
getMpnews() - Method in class top.hmtools.wxmp.message.group.model.preview.MpnewsPreviewParam
 
getMpnews() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.MpnewsTagGroupSendParam
 
getMpvideo() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideoOpenIdGroupSendParam
 
getMpvideo() - Method in class top.hmtools.wxmp.message.group.model.preview.MpvedioPreviewParam
 
getMpvideo() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.VideoTagGroupSendParam
 
getMsg_data_id() - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
getMsg_data_id() - Method in class top.hmtools.wxmp.comment.models.OpenCommentParam
 
getMsg_data_id() - Method in class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
getMsg_data_id() - Method in class top.hmtools.wxmp.comment.models.UserCommentParam
 
getMsg_data_id() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.OpenIdGroupSendResult
 
getMsg_data_id() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.TagGroupSendResult
 
getMsg_id() - Method in class top.hmtools.wxmp.message.group.model.DeleteParam
 
getMsg_id() - Method in class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusParam
 
getMsg_id() - Method in class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusResult
 
getMsg_id() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.OpenIdGroupSendResult
 
getMsg_id() - Method in class top.hmtools.wxmp.message.group.model.preview.PreviewResult
 
getMsg_id() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.TagGroupSendResult
 
getMsg_status() - Method in class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusResult
 
getMsgId() - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
getMsgID() - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
getMsgID() - Method in class top.hmtools.wxmp.message.template.model.event.TemplateMessageSendedEvent
 
getMsgid() - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageResult
 
getMsgmenu() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MenuCustomerServiceMessage
 
getMsgType() - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
getMsgtype() - Method in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
 
getMsgtype() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.BaseOpenIdGroupSendParam
 
getMsgtype() - Method in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
getMsgtype() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.BaseTagGroupSendParam
 
getMsgTypeMap() - Method in class top.hmtools.wxmp.core.DefaultWxmpMessageHandle
 
getMusic() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MusicCustomerServiceMessage
 
getMusic() - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusicMessage
 
getMusicurl() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
getMusicUrl() - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
getName() - Method in enum top.hmtools.wxmp.account.enums.EQRActionName
 
getName() - Method in enum top.hmtools.wxmp.core.model.message.enums.Event
 
getName() - Method in enum top.hmtools.wxmp.core.model.message.enums.MsgType
 
getName() - Method in class top.hmtools.wxmp.material.model.ItemResult
 
getName() - Method in class top.hmtools.wxmp.menu.models.simple.Button
菜单标题,不超过16个字节,子菜单不超过60个字节
getName() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
getName() - Method in enum top.hmtools.wxmp.message.group.model.tagGroupSend.TagMsgType
 
getName() - Method in class top.hmtools.wxmp.user.model.TagParam
 
getName() - Method in class top.hmtools.wxmp.user.model.TagResult
 
getNeed_open_comment() - Method in class top.hmtools.wxmp.material.model.Articles
 
getNeed_open_comment() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getNeedReplaceContent() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
getNeedShowReprintSource() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
getNews() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.NewsCustomerServiceMessage
 
getNews_count() - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
getNews_info() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
getNews_item() - Method in class top.hmtools.wxmp.material.model.ContentResult
 
getNews_item() - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
getNext_openid() - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
getNext_openid() - Method in class top.hmtools.wxmp.user.model.TagFunsParam
 
getNext_openid() - Method in class top.hmtools.wxmp.user.model.TagFunsResult
 
getNext_openid() - Method in class top.hmtools.wxmp.user.model.UserListParam
 
getNext_openid() - Method in class top.hmtools.wxmp.user.model.UserListResult
 
getNickname() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
getNickname() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
getNickname() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getNickname() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getNonceStr() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
getOAuth2UrlStr(String, String, OAuth2Tools.EScope, String) - Static method in class top.hmtools.wxmp.webpage.authorize.OAuth2Tools
获取要进行微信oauth2授权的跳转URL(微信服务器)
第一步:用户同意授权,获取code
getObj() - Method in class top.hmtools.wxmp.core.model.MessageMetaInfo
 
getOffset() - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialParam
 
getOnly_fans_can_comment() - Method in class top.hmtools.wxmp.material.model.Articles
 
getOnly_fans_can_comment() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getOpenid() - Method in class top.hmtools.wxmp.comment.models.Comment
 
getOpenid() - Method in class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
getOpenid() - Method in class top.hmtools.wxmp.user.model.Data
 
getOpenid() - Method in class top.hmtools.wxmp.user.model.RemarkParam
 
getOpenid() - Method in class top.hmtools.wxmp.user.model.TagListParam
 
getOpenid() - Method in class top.hmtools.wxmp.user.model.UserInfoParam
 
getOpenid() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getOpenid() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
getOpenid() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getOpenid_list() - Method in class top.hmtools.wxmp.user.model.BatchBlackListParam
 
getOpenid_list() - Method in class top.hmtools.wxmp.user.model.BatchTagParam
 
getOrderDictStr(TreeMap<String, String>, String, String) - Static method in class top.hmtools.wxmp.webpage.tools.MapTools
获取字典排序的字符串
getOriginalArticleType() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
getOriginalArticleUrl() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
getPagepath() - Method in class top.hmtools.wxmp.menu.models.simple.Button
小程序的页面路径
getPagepath() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
getPagepath() - Method in class top.hmtools.wxmp.message.template.model.Miniprogram
 
getPassword() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
getPassword() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
getPicList() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendPicsInfo
 
getPicMd5Sum() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendPicItem
图片的MD5值,开发者若需要,可用于验证接收到图片
getPicurl() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
getPicUrl() - Method in class top.hmtools.wxmp.message.ordinary.model.ImageMessage
 
getPicUrl() - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
getPoiname() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
getPoolingHttpClient() - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
获取基于链接池的httpclient
getPrecision() - Method in class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
getPrecision() - Method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
getPrefixShortUuid(String, int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取指定前缀+指定长度的随机字符串
getPrimary_industry() - Method in class top.hmtools.wxmp.message.template.model.GetIndustryResult
 
getPrimary_industry() - Method in class top.hmtools.wxmp.message.template.model.Template
 
getPrivilege() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getProvince() - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
省份信息,是用户在微信中设置的地区,具体请参考地区信息表
getProvince() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getProvince() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getQr_scene() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getQr_scene_str() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getRandomNumber(int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
生成指定位数的随机整数 方法说明: getRandomNumber 输入参数说明: @param length 输入参数说明: @return 输出参数说明: String
getRealspeed() - Method in class top.hmtools.wxmp.message.group.model.SpeedResult
 
getRecognition() - Method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
语音识别结果,UTF8编码
getRefresh_token() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
getRemark() - Method in enum top.hmtools.wxmp.account.enums.EVerifyEventMessages
 
getRemark() - Method in enum top.hmtools.wxmp.menu.enums.EMenuEventMessages
 
getRemark() - Method in enum top.hmtools.wxmp.user.enums.EUserEventMessages
 
getRemark() - Method in class top.hmtools.wxmp.user.model.RemarkParam
 
getRemark() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getReply() - Method in class top.hmtools.wxmp.comment.models.Comment
 
getResponseHandler() - Method in enum top.hmtools.wxmp.core.httpclient.responseHandler.EResponseHandler
 
getResultList() - Method in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
getScale() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
getScale() - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
getScanCodeInfo() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodePushEventMessage
扫描信息
getScanCodeInfo() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodeWaitmsgEventMessage
扫描信息
getScanResult() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScanCodeInfo
 
getScanType() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScanCodeInfo
 
getScene() - Method in class top.hmtools.wxmp.account.models.ActionInfo
 
getScene_id() - Method in class top.hmtools.wxmp.account.models.Scene
 
getScene_str() - Method in class top.hmtools.wxmp.account.models.Scene
 
getScope() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
getSdfPrefixShortUuid(SimpleDateFormat, int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取日期格式化为前缀的+指定随机长度的随机字符串
getSecond_class() - Method in class top.hmtools.wxmp.message.template.model.Industry
 
getSecondary_industry() - Method in class top.hmtools.wxmp.message.template.model.GetIndustryResult
 
getSecret() - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
getSecret() - Method in class top.hmtools.wxmp.core.model.GetAccessTokenParam
 
getSelfmenu_info() - Method in class top.hmtools.wxmp.menu.models.simple.CurrentSelfMenuInfoBean
菜单信息
getSend_ignore_reprint() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpnewsOpenIdGroupSendParam
 
getSend_ignore_reprint() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.MpnewsTagGroupSendParam
 
getSendLocationInfo() - Method in class top.hmtools.wxmp.menu.models.eventMessage.LocationSelectEventMessage
发送的位置信息
getSendPicsInfo() - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicPhotoOrAlbumEventMessage
发送的图片信息
getSendPicsInfo() - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicSysPhotoEventMessage
发送的图片信息
getSendPicsInfo() - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicWeixinEventMessage
发送的图片信息
getSentCount() - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.account.models.eventMessage.AnnualRenew
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifyFail
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifySuccess
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifyFail
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifySuccess
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.account.models.eventMessage.VerifyExpired
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.core.configuration.AppIdSecretPair
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.eventMessage.LocationSelectEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.eventMessage.PicPhotoOrAlbumEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.eventMessage.PicSysPhotoEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.eventMessage.PicWeixinEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodePushEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.eventMessage.ViewEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.eventMessage.ViewMiniprogramEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.simple.Button
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.menu.models.simple.MenuBean
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.eventPush.model.QRScanEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.eventPush.model.QRSubscribeEventMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.ordinary.model.ImageMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.ordinary.model.ShortvideoMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.ordinary.model.TextMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.ordinary.model.VideoMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.reply.model.ReplyImageMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.reply.model.ReplyMusicMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.reply.model.ReplyNewsMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.reply.model.ReplyTextMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.reply.model.ReplyVideoMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.reply.model.ReplyVoiceMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.message.template.model.event.TemplateMessageSendedEvent
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
getSerialversionuid() - Static method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getSex() - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
性别:男(1)女(2),不填则不做匹配
getSex() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getSex() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
用户的性别,值为1时是男性,值为2时是女性,值为0时是未知
getShort_url() - Method in class top.hmtools.wxmp.account.models.ShorturlResult
 
getShorUrl(ShorturlParam) - Method in interface top.hmtools.wxmp.account.apis.IShortUrlApis
长链接转短链接接口
getShow_cover() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
getShow_cover_pic() - Method in class top.hmtools.wxmp.material.model.Articles
 
getShow_cover_pic() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getSignature() - Method in class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
getSignature() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
getSimpleDefaultHttpClient() - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
获取简单的、缺省的、不基于连接池的httpclient
getSimpleHttpClient() - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
获取简单的、自定义的、不基于连接池的httpclient
getSource_url() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
getSpeed() - Method in class top.hmtools.wxmp.message.group.model.SpeedParam
 
getSpeed() - Method in class top.hmtools.wxmp.message.group.model.SpeedResult
 
getStatus() - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
getStatus() - Method in class top.hmtools.wxmp.message.template.model.event.TemplateMessageSendedEvent
 
getSub_button() - Method in class top.hmtools.wxmp.menu.models.simple.Button
二级菜单数组,个数应为1~5个
getSub_button() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
getSubscribe() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getSubscribe_scene() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getSubscribe_time() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getTag() - Method in class top.hmtools.wxmp.user.model.TagWapperParam
 
getTag() - Method in class top.hmtools.wxmp.user.model.TagWapperResult
 
getTag_id() - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
用户标签的id,可通过用户标签管理接口获取
getTag_id() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.Filter
 
getTagid() - Method in class top.hmtools.wxmp.user.model.BatchTagParam
 
getTagid() - Method in class top.hmtools.wxmp.user.model.TagFunsParam
 
getTagid_list() - Method in class top.hmtools.wxmp.user.model.TagListResult
 
getTagid_list() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getTaglistByOpenid(TagListParam) - Method in interface top.hmtools.wxmp.user.apis.ITagsApi
3.
getTags() - Method in class top.hmtools.wxmp.user.model.TagsWapperResult
 
getTail_content() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Msgmenu
 
getTemplate_id() - Method in class top.hmtools.wxmp.message.template.model.DelTemplateParam
 
getTemplate_id() - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
getTemplate_id() - Method in class top.hmtools.wxmp.message.template.model.Template
 
getTemplate_id() - Method in class top.hmtools.wxmp.message.template.model.TemplateIdResult
 
getTemplate_id_short() - Method in class top.hmtools.wxmp.message.template.model.TemplateIdParam
 
getTemplate_list() - Method in class top.hmtools.wxmp.message.template.model.TemplateListResult
 
getTemplateId(TemplateIdParam) - Method in interface top.hmtools.wxmp.message.template.apis.ITemplateApi
获得模板ID
getText() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.TextCustomerServiceMessage
 
getText() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.TextOpenIdGroupSendParam
 
getText() - Method in class top.hmtools.wxmp.message.group.model.preview.TextPreviewParam
 
getText() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.TextTagGroupSendParam
 
getThumb_media_id() - Method in class top.hmtools.wxmp.material.model.Articles
 
getThumb_media_id() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
getThumb_media_id() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
getThumb_media_id() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
getThumb_media_id() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getThumbMediaId() - Method in class top.hmtools.wxmp.message.ordinary.model.ShortvideoMessage
 
getThumbMediaId() - Method in class top.hmtools.wxmp.message.ordinary.model.VideoMessage
 
getThumbMediaId() - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
getTicket() - Method in class top.hmtools.wxmp.account.models.QRCodeResult
 
getTicket() - Method in class top.hmtools.wxmp.account.models.TicketParam
 
getTicket() - Method in class top.hmtools.wxmp.message.eventPush.model.QRScanEventMessage
 
getTicket() - Method in class top.hmtools.wxmp.message.eventPush.model.QRSubscribeEventMessage
 
getTicket() - Method in interface top.hmtools.wxmp.webpage.apis.IJsSdkApi
获得jsapi_ticket(有效期7200秒,开发者必须在自己的服务全局缓存jsapi_ticket)
getTicket() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsapiTicketResult
 
getTicket() - Method in class top.hmtools.wxmp.webpage.models.TicketResult
 
getTimestamp() - Method in class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
getTimestamp() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
getTitle() - Method in class top.hmtools.wxmp.material.model.Articles
 
getTitle() - Method in class top.hmtools.wxmp.material.model.DescriptionBean
 
getTitle() - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
getTitle() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
getTitle() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
getTitle() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
getTitle() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
getTitle() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
getTitle() - Method in class top.hmtools.wxmp.message.group.model.Articles
 
getTitle() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideo
 
getTitle() - Method in class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
getTitle() - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
getTitle() - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
getTitle() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideo
 
getTitle() - Method in class top.hmtools.wxmp.message.template.model.Template
 
getTotal() - Method in class top.hmtools.wxmp.comment.models.ListCommentResult
 
getTotal() - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
getTotal() - Method in class top.hmtools.wxmp.user.model.UserListResult
 
getTotal_count() - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialResult
 
getTotalCount() - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
getTouser() - Method in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
 
getTouser() - Method in class top.hmtools.wxmp.message.customerService.model.TypingStatusParam
 
getTouser() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.BaseOpenIdGroupSendParam
 
getTouser() - Method in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
getTouser() - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
getToUserName() - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
getTowxname() - Method in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
getTreeMap(Map<T, E>) - Static method in class top.hmtools.wxmp.webpage.tools.MapTools
将其它 Map 的实现类 转换为 treemap
getType() - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
getType() - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialParam
 
getType() - Method in class top.hmtools.wxmp.material.model.MediaBean
 
getType() - Method in class top.hmtools.wxmp.material.model.UploadParam
 
getType() - Method in class top.hmtools.wxmp.menu.models.simple.Button
菜单的响应动作类型,view表示网页类型,click表示点击类型,miniprogram表示小程序类型
getType() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
getType() - Method in class top.hmtools.wxmp.message.group.model.UploadNewsResult
 
getUnionid() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
getUnionid() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
getUpdate_time() - Method in class top.hmtools.wxmp.material.model.ContentResult
 
getUpdate_time() - Method in class top.hmtools.wxmp.material.model.ItemResult
 
getUrl() - Method in class top.hmtools.wxmp.account.models.QRCodeResult
 
getUrl() - Method in class top.hmtools.wxmp.material.model.Articles
 
getUrl() - Method in class top.hmtools.wxmp.material.model.ItemResult
 
getUrl() - Method in class top.hmtools.wxmp.material.model.MediaBean
 
getUrl() - Method in class top.hmtools.wxmp.menu.models.simple.Button
网页 链接,用户点击菜单可打开链接,不超过1024字节。 type为miniprogram时,不支持小程序的老版本客户端将打开本url。
getUrl() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
getUrl() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
getUrl() - Method in class top.hmtools.wxmp.message.group.model.UploadImageResult
 
getUrl() - Method in class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
getUrl() - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
getUrl() - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
getUrl() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
getUrlInSignature() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
getUser_comment_id() - Method in class top.hmtools.wxmp.comment.models.Comment
 
getUser_comment_id() - Method in class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
getUser_comment_id() - Method in class top.hmtools.wxmp.comment.models.UserCommentParam
 
getUser_id() - Method in class top.hmtools.wxmp.menu.models.conditional.TryMatchParamBean
user_id可以是粉丝的OpenID,也可以是粉丝的微信号。
getUser_info_list() - Method in class top.hmtools.wxmp.user.model.BatchUserInfoResult
 
getUser_list() - Method in class top.hmtools.wxmp.user.model.BatchUserInfoParam
 
getUserDeclareState() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
getUserInfo(UserInfoParam) - Method in interface top.hmtools.wxmp.user.apis.IUnionIDApi
获取用户基本信息(包括UnionID机制)
getUserInfo(OAuth2ATBean) - Static method in class top.hmtools.wxmp.webpage.authorize.OAuth2Tools
oauth微信授权流程中获取用户信息
第四步:拉取用户信息(需scope为 snsapi_userinfo)
getUserList(UserListParam) - Method in interface top.hmtools.wxmp.user.apis.IUserListApi
 
getValue() - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
getValue() - Method in class top.hmtools.wxmp.message.template.model.DataItem
 
getVideo(MediaParam) - Method in interface top.hmtools.wxmp.material.apis.ITemporaryApi
获取视频临时素材
getVideo() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.VideoCustomerServiceMessage
 
getVideo() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideoMessage
 
getVideo_count() - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
getVideo_url() - Method in class top.hmtools.wxmp.material.model.VideoResult
 
getVoice(MediaParam) - Method in interface top.hmtools.wxmp.material.apis.ITemporaryApi
获取从JSSDK的uploadVoice接口上传的临时语音素材,格式为speex,16K采样率。该音频比上文的临时素材获取接口(格式为amr,8K采样率)更加清晰,适合用作语音识别等对音质要求较高的业务。
getVoice() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.VoiceCustomerServiceMessage
 
getVoice() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.VoiceOpenIdGroupSendParam
 
getVoice() - Method in class top.hmtools.wxmp.message.group.model.preview.VoicePreviewParam
 
getVoice() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.ImageTagGroupSendParam
 
getVoice() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.VoiceTagGroupSendParam
 
getVoice() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVoiceMessage
 
getVoice_count() - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
getWxcard() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.WxcardCustomerServiceMessage
 
getWxcard() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.WxcardOpenIdGroupSendParam
 
getWxcard() - Method in class top.hmtools.wxmp.message.group.model.preview.WxcardPreviewParam
 
getWxcard() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.WxcardTagGroupSendParam
 
getWxmpConfiguration() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsSdkTools
 
getWxmpSessionFactory2020() - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
getXStream() - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
获取 xstream
getYyyyMMddHHmmssPrifixShortUuid(int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取当前时间 yyyyMMddHHmmss前缀+指定长度的随机字符串
getYyyyMMddHHmmssSSSPrifixInteger(int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取当前时间 yyyyMMddHHmmssSSS前缀(17位长度)+指定位数的随机整数 方法说明: getYyyyMMddHHmmssSSSPrifixInteger 输入参数说明: @param length 输入参数说明: @return 输出参数说明: String
getYyyyMMddHHmmssSSSPrifixIntegerRange(int, int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取当前时间 yyyyMMddHHmmssSSS前缀(17位长度)+指定范围的随机整数 方法说明: getYyyyMMddHHmmssSSSPrifixIntegerRange 输入参数说明: @param min 输入参数说明: @param max 输入参数说明: @return 输出参数说明: String
getYyyyMMddHHmmssSSSPrifixShortUuid(int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取当前时间 yyyyMMddHHmmssSSS前缀(17位长度)+指定长度的随机字符串
getYyyyMMddPrifixShortUuid(int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取当前时间 yyyyMMdd前缀+指定长度的随机字符串
getYyyyPrefixShortUuid(int) - Static method in class top.hmtools.wxmp.webpage.tools.RandomStringTools
获取当前年份前缀+指定长度的随机字符串
GroupMessageSendEvent - Class in top.hmtools.wxmp.message.group.model.event
 
GroupMessageSendEvent() - Constructor for class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
GroupMessageSendStatusParam - Class in top.hmtools.wxmp.message.group.model
 
GroupMessageSendStatusParam() - Constructor for class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusParam
 
GroupMessageSendStatusResult - Class in top.hmtools.wxmp.message.group.model
 
GroupMessageSendStatusResult() - Constructor for class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusResult
 

H

handleResponse(HttpResponse) - Method in class top.hmtools.wxmp.core.httpclient.responseHandler.ResponseHandlerInputStream
 
handleResponse(HttpResponse) - Method in class top.hmtools.wxmp.core.httpclient.responseHandler.ResponseHandlerString
 
HmHttpClientFactoryHandle - Class in top.hmtools.wxmp.core.httpclient
获取httpclient对象实例的工具
HmHttpClientFactoryHandle() - Constructor for class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
 
HmHttpClientTools - Class in top.hmtools.wxmp.core.httpclient
 
HmHttpClientTools() - Constructor for class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
 
HTTP_CLIENT_CONTEXT - Static variable in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
以域名为key,HttpClientContext为value,维护全局http请求上下文信息字典
HTTP_HOST_ROUTERS - Static variable in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
以域名为key,httphost为value,维护全局路由信息字典
httpGetReqParamRespInputStream(String, Object) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http get请求
请求参数体:URL parameter
响应body体:inputstream
httpGetReqParamRespJson(String, Object, Class<T>) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http get请求
请求参数体:URL parameter
响应body体:json
httpGetReqParamRespString(String, Object) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http get请求
请求参数体:URL parameter
响应body体:string
HttpMethods - Enum in top.hmtools.wxmp.core.enums
 
HttpParamDataType - Enum in top.hmtools.wxmp.core.enums
 
HttpParamType - Enum in top.hmtools.wxmp.core.enums
http请求参数数据结果模式类型,即 主要 是 request body 的数据方式
httpPostReqFormRespJson(String, Object, Class<T>) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http post请求
如果要用此方法上传文件,其在params中属性数据类型必须为 java.io.File
请求参数体:form
响应body体:string
httpPostReqFormRespString(String, Object) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http post请求
如果要用此方法上传文件,其在params中属性数据类型必须为 java.io.File
请求参数体:form
响应body体:string
httpPostReqJsonRespJson(String, Object, Class<T>) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http post请求
请求参数体:json string
响应body体:json string
httpPostReqJsonRespJson(String, Object, String, Class<T>) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http post请求
请求参数体:json string
响应body体:json string
httpPostReqJsonRespString(String, Object, String) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http post请求
请求参数体:json string
响应body体:string
httpPostReqMultiFormRespJson(String, MultipartEntityBuilder, Class<T>) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http post请求
支持文件上传,需自定义参数组装,使用本方法前,建议先调用本类的 top.hmtools.wxmp.core.httpclient.HmHttpClientTools.buildMultipartEntity(Object)
请求参数体:multi-form
响应body体:string
httpPostReqMultiFormRespString(String, MultipartEntityBuilder) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientTools
发送http post请求
支持文件上传,需自定义参数组装,使用本方法前,建议先调用本类的 top.hmtools.wxmp.core.httpclient.HmHttpClientTools.buildMultipartEntity(Object)
请求参数体:multi-form
响应body体:string
HttpRequestFailException - Exception in top.hmtools.wxmp.core.exception
请求微信服务器失败后的运行时异常
HttpRequestFailException() - Constructor for exception top.hmtools.wxmp.core.exception.HttpRequestFailException
 
HttpRequestFailException(String) - Constructor for exception top.hmtools.wxmp.core.exception.HttpRequestFailException
 
HttpRequestFailException(String, int) - Constructor for exception top.hmtools.wxmp.core.exception.HttpRequestFailException
 
HttpRequestRetryHandlerDemoImpl - Class in top.hmtools.wxmp.core.httpclient.impl
http请求发生异常时的重试机制
HttpRequestRetryHandlerDemoImpl() - Constructor for class top.hmtools.wxmp.core.httpclient.impl.HttpRequestRetryHandlerDemoImpl
 

I

IBlackListApi - Interface in top.hmtools.wxmp.user.apis
 
ICommentApi - Interface in top.hmtools.wxmp.comment.apis
 
IConditionalMenuApi - Interface in top.hmtools.wxmp.menu.apis
个性化菜单接口
ICustomerServiceApi - Interface in top.hmtools.wxmp.message.customerService.apis
 
IForeverApi - Interface in top.hmtools.wxmp.material.apis
 
IGroupMessageApi - Interface in top.hmtools.wxmp.message.group.apis
 
IJsSdkApi - Interface in top.hmtools.wxmp.webpage.apis
 
ImageCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理 之 客服消息 之 图片消息
ImageCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.ImageCustomerServiceMessage
 
ImageMessage - Class in top.hmtools.wxmp.message.ordinary.model
图片消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1348831860</CreateTime> <MsgType><![CDATA[image]]></MsgType> <PicUrl><![CDATA[this is a url]]></PicUrl> <MediaId><![CDATA[media_id]]></MediaId> <MsgId>1234567890123456</MsgId> </xml>
ImageMessage() - Constructor for class top.hmtools.wxmp.message.ordinary.model.ImageMessage
 
ImageOpenIdGroupSendParam - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
图片:
ImageOpenIdGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.ImageOpenIdGroupSendParam
 
ImagePreviewParam - Class in top.hmtools.wxmp.message.group.model.preview
 
ImagePreviewParam() - Constructor for class top.hmtools.wxmp.message.group.model.preview.ImagePreviewParam
 
ImageTagGroupSendParam - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
图片(注意此处media_id需通过素材管理->新增素材来得到):
ImageTagGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.ImageTagGroupSendParam
 
IMenuApi - Interface in top.hmtools.wxmp.menu.apis
 
Industry - Class in top.hmtools.wxmp.message.template.model
Auto-generated: 2019-08-28 22:52:49
Industry() - Constructor for class top.hmtools.wxmp.message.template.model.Industry
 
init() - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
初始化
initXStream() - Static method in class top.hmtools.wxmp.core.tools.XStreamTools
初始化xstream,非单例,纯数字不转化,其它全部转化
initXStreamSingle() - Static method in class top.hmtools.wxmp.core.tools.XStreamTools
初始化xstream,单例,纯数字不转化,其它全部转化
invoke(Object, Method, Object[]) - Method in class top.hmtools.wxmp.core.DefaultWxmpSession
 
IQrcodeApis - Interface in top.hmtools.wxmp.account.apis
 
IRemarkApi - Interface in top.hmtools.wxmp.user.apis
 
isDebug() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
isExpiresOut() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsapiTicketResult
是否已经过期
IShortUrlApis - Interface in top.hmtools.wxmp.account.apis
 
ITagsApi - Interface in top.hmtools.wxmp.user.apis
 
item - Variable in class top.hmtools.wxmp.message.group.model.event.ResultListType
 
ItemList - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
Auto-generated: 2019-08-25 18:7:42
ItemList() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.ItemList
 
ITemplateApi - Interface in top.hmtools.wxmp.message.template.apis
 
ITemporaryApi - Interface in top.hmtools.wxmp.material.apis
 
ItemResult - Class in top.hmtools.wxmp.material.model
 
ItemResult() - Constructor for class top.hmtools.wxmp.material.model.ItemResult
 
ItemType - Class in top.hmtools.wxmp.message.group.model.event
 
ItemType() - Constructor for class top.hmtools.wxmp.message.group.model.event.ItemType
 
IUnionIDApi - Interface in top.hmtools.wxmp.user.apis
 
IUserListApi - Interface in top.hmtools.wxmp.user.apis
 

J

JsapiTicketResult - Class in top.hmtools.wxmp.webpage.jsSdk
微信公众号 js sdk中获取jsapi_ticket信息的实体类
JsapiTicketResult() - Constructor for class top.hmtools.wxmp.webpage.jsSdk.JsapiTicketResult
 
JsConfigVO - Class in top.hmtools.wxmp.webpage.jsSdk
所有需要使用JS-SDK的页面必须先注入配置信息,否则将无法调用(同一个url仅需调用一次,对于变化url的SPA的web app可在每次url变化时进行调用,目前Android微信客户端不支持pushState的H5新特性,所以使用pushState来实现web app的页面会导致签名失败,此问题会在Android6.2中修复)。
本实体类用于后端服务生成签名,并组装成其config对象数据实例,便于前端页面js初始化
JsConfigVO() - Constructor for class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
JsSdkTools - Class in top.hmtools.wxmp.webpage.jsSdk
 
JsSdkTools() - Constructor for class top.hmtools.wxmp.webpage.jsSdk.JsSdkTools
 

K

KfAccountListResult - Class in top.hmtools.wxmp.message.customerService.model
 
KfAccountListResult() - Constructor for class top.hmtools.wxmp.message.customerService.model.KfAccountListResult
 
KfAccountParam - Class in top.hmtools.wxmp.message.customerService.model
客服账号描述信息实体类
KfAccountParam() - Constructor for class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
KfAccountResult - Class in top.hmtools.wxmp.message.customerService.model
客服账号描述信息实体类
KfAccountResult() - Constructor for class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 

L

LangType - Enum in top.hmtools.wxmp.user.enums
 
latitude - Variable in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
地理位置纬度
LinkMessage - Class in top.hmtools.wxmp.message.ordinary.model
链接消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1351776360</CreateTime> <MsgType><![CDATA[link]]></MsgType> <Title><![CDATA[公众平台官网链接]]></Title> <Description><![CDATA[公众平台官网链接]]></Description> <Url><![CDATA[url]]></Url> <MsgId>1234567890123456</MsgId> </xml>
LinkMessage() - Constructor for class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
listComment(ListCommentParam) - Method in interface top.hmtools.wxmp.comment.apis.ICommentApi
2.3 查看指定文章的评论数据(新增接口)
ListCommentParam - Class in top.hmtools.wxmp.comment.models
 
ListCommentParam() - Constructor for class top.hmtools.wxmp.comment.models.ListCommentParam
 
ListCommentResult - Class in top.hmtools.wxmp.comment.models
Auto-generated: 2019-08-21 22:16:6
ListCommentResult() - Constructor for class top.hmtools.wxmp.comment.models.ListCommentResult
 
loadDataFromJsonString(String) - Method in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
从json字符串中提取数据到本对象实例
loadDataFromXml(String) - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
从XML字符串中读取并解析数据到本实体类对象实例
LocationEventMessage - Class in top.hmtools.wxmp.message.eventPush.model
用户地理位置事件消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>123456789</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[LOCATION]]></Event> <Latitude>23.137466</Latitude> <Longitude>113.352425</Longitude> <Precision>119.385040</Precision> </xml>
LocationEventMessage() - Constructor for class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
LocationMessage - Class in top.hmtools.wxmp.message.ordinary.model
地理位置消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1351776360</CreateTime> <MsgType><![CDATA[location]]></MsgType> <Location_X>23.134521</Location_X> <Location_Y>113.358803</Location_Y> <Scale>20</Scale> <Label><![CDATA[位置信息]]></Label> <MsgId>1234567890123456</MsgId> </xml>
LocationMessage() - Constructor for class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
LocationMessage - Class in top.hmtools.wxmp.user.model.eventMessage
获取用户地理位置
LocationMessage() - Constructor for class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
LocationSelectEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
location_select:弹出地理位置选择器的事件推送
LocationSelectEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.LocationSelectEventMessage
 
logger - Variable in class top.hmtools.wxmp.core.WxmpSession
 
logger - Static variable in class top.hmtools.wxmp.webpage.tools.RandomStringTools
 
longitude - Variable in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
地理位置经度

M

MapTools - Class in top.hmtools.wxmp.webpage.tools
MAP操作相关工具类
MapTools() - Constructor for class top.hmtools.wxmp.webpage.tools.MapTools
 
markelectComment(UserCommentParam) - Method in interface top.hmtools.wxmp.comment.apis.ICommentApi
2.4 将评论标记精选(新增接口)
MatchruleBean - Class in top.hmtools.wxmp.menu.models.conditional
个性自定义菜单匹配规则
MatchruleBean() - Constructor for class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
 
MaterialCountResult - Class in top.hmtools.wxmp.material.model
 
MaterialCountResult() - Constructor for class top.hmtools.wxmp.material.model.MaterialCountResult
 
MaterialResult - Class in top.hmtools.wxmp.material.model
 
MaterialResult() - Constructor for class top.hmtools.wxmp.material.model.MaterialResult
 
media_id - Variable in class top.hmtools.wxmp.message.customerService.model.sendMessage.MediaBean
媒体数据ID
MediaBean - Class in top.hmtools.wxmp.material.model
临时素材实体类
MediaBean() - Constructor for class top.hmtools.wxmp.material.model.MediaBean
 
MediaBean - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理 之 客服消息 之 媒体消息(图片、语音、视频 的基础类)
MediaBean() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.MediaBean
 
MediaId - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
Auto-generated: 2019-08-27 16:41:27
MediaId() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.MediaId
 
MediaId - Class in top.hmtools.wxmp.message.group.model.preview
Auto-generated: 2019-08-26 10:46:31
MediaId() - Constructor for class top.hmtools.wxmp.message.group.model.preview.MediaId
 
MediaId - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
Auto-generated: 2019-08-26 10:46:31
MediaId() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.MediaId
 
MediaParam - Class in top.hmtools.wxmp.material.model
 
MediaParam() - Constructor for class top.hmtools.wxmp.material.model.MediaParam
 
MediaType - Enum in top.hmtools.wxmp.material.enums
临时素材类型
MenuBean - Class in top.hmtools.wxmp.menu.models.simple
 
MenuBean() - Constructor for class top.hmtools.wxmp.menu.models.simple.MenuBean
 
MenuCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理--客服消息--发送菜单消息 FIXME TODO 当客服发送此目录消息给用户后,用户选择其中一项后,微信服务器会推送一条事件消息(xml数据格式)
MenuCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.MenuCustomerServiceMessage
 
MenuWapperBean - Class in top.hmtools.wxmp.menu.models.simple
自定义菜单目录包装类
MenuWapperBean() - Constructor for class top.hmtools.wxmp.menu.models.simple.MenuWapperBean
 
MessageMetaInfo - Class in top.hmtools.wxmp.core.model
 
MessageMetaInfo() - Constructor for class top.hmtools.wxmp.core.model.MessageMetaInfo
 
Miniprogram - Class in top.hmtools.wxmp.message.template.model
Auto-generated: 2019-08-29 11:48:4
Miniprogram() - Constructor for class top.hmtools.wxmp.message.template.model.Miniprogram
 
MiniProgramCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理--客服消息--发送小程序卡片(要求小程序与公众号已关联)
MiniProgramCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.MiniProgramCustomerServiceMessage
 
Miniprogrampage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
Auto-generated: 2019-08-25 19:11:13
Miniprogrampage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
MpnewsCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理--客服消息--发送图文消息(点击跳转到图文消息页面) 图文消息条数限制在1条以内,注意,如果图文数超过1,则将会返回错误码45008。
MpnewsCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.MpnewsCustomerServiceMessage
 
MpnewsOpenIdGroupSendParam - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
图文消息(注意图文消息的media_id需要通过上述方法来得到):
MpnewsOpenIdGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpnewsOpenIdGroupSendParam
 
MpnewsPreviewParam - Class in top.hmtools.wxmp.message.group.model.preview
预览--图文
MpnewsPreviewParam() - Constructor for class top.hmtools.wxmp.message.group.model.preview.MpnewsPreviewParam
 
MpnewsTagGroupSendParam - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
图文消息(注意图文消息的media_id需要通过上述方法来得到):
MpnewsTagGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.MpnewsTagGroupSendParam
 
MpvedioPreviewParam - Class in top.hmtools.wxmp.message.group.model.preview
 
MpvedioPreviewParam() - Constructor for class top.hmtools.wxmp.message.group.model.preview.MpvedioPreviewParam
 
MpVideo - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
 
MpVideo() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideo
 
MpVideoOpenIdGroupSendParam - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
 
MpVideoOpenIdGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideoOpenIdGroupSendParam
 
msgId - Variable in class top.hmtools.wxmp.core.model.message.BaseMessage
消息id,64位整型
msgID - Variable in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
Msgmenu - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
Auto-generated: 2019-08-25 18:7:42
Msgmenu() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.Msgmenu
 
msgType - Variable in class top.hmtools.wxmp.core.model.message.BaseMessage
消息类型
MsgType - Enum in top.hmtools.wxmp.core.model.message.enums
消息类型枚举
msgtype - Variable in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
消息类型
msgtype - Variable in class top.hmtools.wxmp.message.group.model.openIdGroupSend.BaseOpenIdGroupSendParam
 
msgtype - Variable in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
msgtype - Variable in class top.hmtools.wxmp.message.group.model.tagGroupSend.BaseTagGroupSendParam
 
MultiAppIdSecretBox - Class in top.hmtools.wxmp.core.configuration
 
MultiAppIdSecretBox() - Constructor for class top.hmtools.wxmp.core.configuration.MultiAppIdSecretBox
 
Music - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
Auto-generated: 2019-08-25 15:41:57
Music() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
MusicCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理--客服消息--发送音乐消息
MusicCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.MusicCustomerServiceMessage
 

N

NamingVerifyFail - Class in top.hmtools.wxmp.account.models.eventMessage
名称认证失败(这时虽然客户端不打勾,但仍有接口权限) <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1442401061</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[naming_verify_fail]]></Event> <FailTime>1442401061</FailTime> <FailReason><![CDATA[by time]]></FailReason> </xml>
NamingVerifyFail() - Constructor for class top.hmtools.wxmp.account.models.eventMessage.NamingVerifyFail
 
NamingVerifySuccess - Class in top.hmtools.wxmp.account.models.eventMessage
名称认证成功(即命名成功)
<xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1442401093</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[naming_verify_success]]></Event> <ExpiredTime>1442401093</ExpiredTime> </xml>
NamingVerifySuccess() - Constructor for class top.hmtools.wxmp.account.models.eventMessage.NamingVerifySuccess
 
needReplaceContent - Variable in class top.hmtools.wxmp.message.group.model.event.ItemType
 
needShowReprintSource - Variable in class top.hmtools.wxmp.message.group.model.event.ItemType
 
News - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
Auto-generated: 2019-08-25 15:45:8
News() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.News
 
NewsBean - Class in top.hmtools.wxmp.material.model
Auto-generated: 2019-08-13 16:24:57
NewsBean() - Constructor for class top.hmtools.wxmp.material.model.NewsBean
 
NewsBeanForUpdate - Class in top.hmtools.wxmp.material.model
 
NewsBeanForUpdate() - Constructor for class top.hmtools.wxmp.material.model.NewsBeanForUpdate
 
NewsCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理--客服消息--发送图文消息(点击跳转到外链) 图文消息条数限制在1条以内,注意,如果图文数超过1,则将会返回错误码45008。
NewsCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.NewsCustomerServiceMessage
 
NewsInfoBean - Class in top.hmtools.wxmp.menu.models.simple
图文消息的信息
NewsInfoBean() - Constructor for class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
NewsInfoBeans - Class in top.hmtools.wxmp.menu.models.simple
图文消息的信息
NewsInfoBeans() - Constructor for class top.hmtools.wxmp.menu.models.simple.NewsInfoBeans
 

O

OAuth2ATBean - Class in top.hmtools.wxmp.webpage.authorize
oauth2微信授权过程中获取的access_token对象实例,这是另外一种含义的access_token
OAuth2ATBean() - Constructor for class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
OAuth2Tools - Class in top.hmtools.wxmp.webpage.authorize
微信OAuth2工具
OAuth2Tools() - Constructor for class top.hmtools.wxmp.webpage.authorize.OAuth2Tools
 
OAuth2Tools.EScope - Enum in top.hmtools.wxmp.webpage.authorize
授权作用域枚举
OAuth2UserBean - Class in top.hmtools.wxmp.webpage.authorize
 
OAuth2UserBean() - Constructor for class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
openComment(OpenCommentParam) - Method in interface top.hmtools.wxmp.comment.apis.ICommentApi
2.1 打开已群发文章评论(新增接口)
OpenCommentParam - Class in top.hmtools.wxmp.comment.models
 
OpenCommentParam() - Constructor for class top.hmtools.wxmp.comment.models.OpenCommentParam
 
openIdGroupMessageSend(BaseOpenIdGroupSendParam) - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
根据OpenID列表群发【订阅号不可用,服务号认证后可用】
OpenIdGroupSendResult - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
Auto-generated: 2019-08-26 10:21:47
OpenIdGroupSendResult() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.OpenIdGroupSendResult
 
openSession() - Method in class top.hmtools.wxmp.core.DefaultWxmpSessionFactory
 
openSession() - Method in class top.hmtools.wxmp.core.WxmpSessionFactory
获取会话
originalArticleType - Variable in class top.hmtools.wxmp.message.group.model.event.ItemType
 
originalArticleUrl - Variable in class top.hmtools.wxmp.message.group.model.event.ItemType
 

P

PicPhotoOrAlbumEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
pic_photo_or_album:弹出拍照或者相册发图的事件推送
PicPhotoOrAlbumEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.PicPhotoOrAlbumEventMessage
 
PicSysPhotoEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
pic_sysphoto:弹出系统拍照发图的事件推送
PicSysPhotoEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.PicSysPhotoEventMessage
 
PicWeixinEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
pic_weixin:弹出微信相册发图器的事件推送
PicWeixinEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.PicWeixinEventMessage
 
precision - Variable in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
地理位置精度
previewGroupMessageSend(BasePreviewParam) - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
预览接口【订阅号与服务号认证后均可用】
PreviewResult - Class in top.hmtools.wxmp.message.group.model.preview
Auto-generated: 2019-08-26 10:21:47
PreviewResult() - Constructor for class top.hmtools.wxmp.message.group.model.preview.PreviewResult
 
println(Map<K, V>) - Static method in class top.hmtools.wxmp.webpage.tools.MapTools
遍历打印map
processXmlData(String) - Method in class top.hmtools.wxmp.core.DefaultWxmpMessageHandle
解析并处理从微信服务器接收到的xml字符串数据

Q

QRCodeParam - Class in top.hmtools.wxmp.account.models
微信公众号号接口之 账号管理 之 生成带参数的二维码 接口 的请求参数实体类
QRCodeParam() - Constructor for class top.hmtools.wxmp.account.models.QRCodeParam
 
QRCodeResult - Class in top.hmtools.wxmp.account.models
 
QRCodeResult() - Constructor for class top.hmtools.wxmp.account.models.QRCodeResult
 
QRScanEventMessage - Class in top.hmtools.wxmp.message.eventPush.model
扫描带参数二维码事件 之 2.
QRScanEventMessage() - Constructor for class top.hmtools.wxmp.message.eventPush.model.QRScanEventMessage
 
QRSubscribeEventMessage - Class in top.hmtools.wxmp.message.eventPush.model
扫描带参数二维码事件
之 1.
QRSubscribeEventMessage() - Constructor for class top.hmtools.wxmp.message.eventPush.model.QRSubscribeEventMessage
 
QualificationVerifyFail - Class in top.hmtools.wxmp.account.models.eventMessage
资质认证失败 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1442401156</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[qualification_verify_fail]]></Event> <FailTime>1442401122</FailTime> <FailReason><![CDATA[by time]]></FailReason> </xml>
QualificationVerifyFail() - Constructor for class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifyFail
 
QualificationVerifySuccess - Class in top.hmtools.wxmp.account.models.eventMessage
资质认证成功(此时立即获得接口权限)
QualificationVerifySuccess() - Constructor for class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifySuccess
 

R

RandomStringTools - Class in top.hmtools.wxmp.webpage.tools
获取随机的字符串数据
RandomStringTools() - Constructor for class top.hmtools.wxmp.webpage.tools.RandomStringTools
 
refreshToken(String, String) - Static method in class top.hmtools.wxmp.webpage.authorize.OAuth2Tools
第三步:刷新access_token(如果需要)
RemarkParam - Class in top.hmtools.wxmp.user.model
 
RemarkParam() - Constructor for class top.hmtools.wxmp.user.model.RemarkParam
 
removeAllAppid() - Method in class top.hmtools.wxmp.core.configuration.MultiAppIdSecretBox
清空微信appid与appsecret数据对字典
removeAppid(String) - Method in class top.hmtools.wxmp.core.configuration.MultiAppIdSecretBox
移除一条微信appid与appsecret数据对
Reply - Class in top.hmtools.wxmp.comment.models
Auto-generated: 2019-08-21 22:16:6
Reply() - Constructor for class top.hmtools.wxmp.comment.models.Reply
 
ReplyArticle - Class in top.hmtools.wxmp.message.reply.model
回复图文消息
ReplyArticle() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
replyComment(ReplyCommentParam) - Method in interface top.hmtools.wxmp.comment.apis.ICommentApi
2.7 回复评论(新增接口)
ReplyCommentParam - Class in top.hmtools.wxmp.comment.models
 
ReplyCommentParam() - Constructor for class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
ReplyImage - Class in top.hmtools.wxmp.message.reply.model
回复图片消息 中 的图片信息
ReplyImage() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyImage
 
ReplyImageMessage - Class in top.hmtools.wxmp.message.reply.model
回复图片消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>12345678</CreateTime> <MsgType><![CDATA[image]]></MsgType> <Image> <MediaId><![CDATA[media_id]]></MediaId> </Image> </xml>
ReplyImageMessage() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyImageMessage
 
ReplyMusic - Class in top.hmtools.wxmp.message.reply.model
 
ReplyMusic() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
ReplyMusicMessage - Class in top.hmtools.wxmp.message.reply.model
回复音乐消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>12345678</CreateTime> <MsgType><![CDATA[music]]></MsgType> <Music> <Title><![CDATA[TITLE]]></Title> <Description><![CDATA[DESCRIPTION]]></Description> <MusicUrl><![CDATA[MUSIC_Url]]></MusicUrl> <HQMusicUrl><![CDATA[HQ_MUSIC_Url]]></HQMusicUrl> <ThumbMediaId><![CDATA[media_id]]></ThumbMediaId> </Music> </xml>
ReplyMusicMessage() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyMusicMessage
 
ReplyNewsMessage - Class in top.hmtools.wxmp.message.reply.model
回复图文消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>12345678</CreateTime> <MsgType><![CDATA[news]]></MsgType> <ArticleCount>1</ArticleCount> <Articles> <item> <Title><![CDATA[title1]]></Title> <Description><![CDATA[description1]]></Description> <PicUrl><![CDATA[picurl]]></PicUrl> <Url><![CDATA[url]]></Url> </item> </Articles> </xml>
ReplyNewsMessage() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyNewsMessage
 
ReplyTextMessage - Class in top.hmtools.wxmp.message.reply.model
回复文本消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1348831860</CreateTime> <MsgType><![CDATA[text]]></MsgType> <Content><![CDATA[this is a test]]></Content> </xml>
ReplyTextMessage() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyTextMessage
 
ReplyVideo - Class in top.hmtools.wxmp.message.reply.model
回复视频消息 中 的视频信息
ReplyVideo() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyVideo
 
ReplyVideoMessage - Class in top.hmtools.wxmp.message.reply.model
回复视频消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>12345678</CreateTime> <MsgType><![CDATA[video]]></MsgType> <Video> <MediaId><![CDATA[media_id]]></MediaId> <Title><![CDATA[title]]></Title> <Description><![CDATA[description]]></Description> </Video> </xml>
ReplyVideoMessage() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyVideoMessage
 
ReplyVoice - Class in top.hmtools.wxmp.message.reply.model
回复语音消息 中 的语音素材信息
ReplyVoice() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyVoice
 
ReplyVoiceMessage - Class in top.hmtools.wxmp.message.reply.model
回复语音消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>12345678</CreateTime> <MsgType><![CDATA[voice]]></MsgType> <Voice> <MediaId><![CDATA[media_id]]></MediaId> </Voice> </xml>
ReplyVoiceMessage() - Constructor for class top.hmtools.wxmp.message.reply.model.ReplyVoiceMessage
 
RequestParamConvert - Interface in top.hmtools.wxmp.core
请求参数转换
RequestParamConvertBlank - Class in top.hmtools.wxmp.core
 
RequestParamConvertBlank() - Constructor for class top.hmtools.wxmp.core.RequestParamConvertBlank
 
ResponseHandlerInputStream - Class in top.hmtools.wxmp.core.httpclient.responseHandler
用于进行回调的处理http response
输入流
ResponseHandlerInputStream() - Constructor for class top.hmtools.wxmp.core.httpclient.responseHandler.ResponseHandlerInputStream
 
ResponseHandlerString - Class in top.hmtools.wxmp.core.httpclient.responseHandler
用于进行回调的处理http response
字符串
ResponseHandlerString() - Constructor for class top.hmtools.wxmp.core.httpclient.responseHandler.ResponseHandlerString
 
resultList - Variable in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
ResultListType - Class in top.hmtools.wxmp.message.group.model.event
 
ResultListType() - Constructor for class top.hmtools.wxmp.message.group.model.event.ResultListType
 
retryRequest(IOException, int, HttpContext) - Method in class top.hmtools.wxmp.core.httpclient.impl.HttpRequestRetryHandlerDemoImpl
 

S

ScanCodeInfo - Class in top.hmtools.wxmp.menu.models.eventMessage
扫描信息
ScanCodeInfo() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.ScanCodeInfo
 
ScancodePushEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
scancode_push:扫码推事件的事件推送
ScancodePushEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.ScancodePushEventMessage
 
ScancodeWaitmsgEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
scancode_waitmsg:扫码推事件且弹出“消息接收中”提示框的事件推送
ScancodeWaitmsgEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.ScancodeWaitmsgEventMessage
 
Scene - Class in top.hmtools.wxmp.account.models
场景详情
Scene() - Constructor for class top.hmtools.wxmp.account.models.Scene
 
SelfmenuInfoBean - Class in top.hmtools.wxmp.menu.models.simple
菜单信息
SelfmenuInfoBean() - Constructor for class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoBean
 
SelfmenuInfoButtonBean - Class in top.hmtools.wxmp.menu.models.simple
菜单按钮
SelfmenuInfoButtonBean() - Constructor for class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
SelfmenuInfoSubButtonBean - Class in top.hmtools.wxmp.menu.models.simple
 
SelfmenuInfoSubButtonBean() - Constructor for class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoSubButtonBean
 
SendLocationInfo - Class in top.hmtools.wxmp.menu.models.eventMessage
发送的位置信息
SendLocationInfo() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
sendMessage(BaseSendMessageParam) - Method in interface top.hmtools.wxmp.message.customerService.apis.ICustomerServiceApi
发送消息
SendPicItem - Class in top.hmtools.wxmp.menu.models.eventMessage
 
SendPicItem() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.SendPicItem
 
SendPicsInfo - Class in top.hmtools.wxmp.menu.models.eventMessage
发送的图片信息
SendPicsInfo() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.SendPicsInfo
 
sendTemplateMessage(SendTemplateMessageParam) - Method in interface top.hmtools.wxmp.message.template.apis.ITemplateApi
发送模板消息
SendTemplateMessageParam - Class in top.hmtools.wxmp.message.template.model
Auto-generated: 2019-08-29 11:48:4
SendTemplateMessageParam() - Constructor for class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
SendTemplateMessageResult - Class in top.hmtools.wxmp.message.template.model
 
SendTemplateMessageResult() - Constructor for class top.hmtools.wxmp.message.template.model.SendTemplateMessageResult
 
sentCount - Variable in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
setAccess_token(String) - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
setAccess_token(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
setAccessTokenHandle(BaseAccessTokenHandle) - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
setAction(String) - Method in class top.hmtools.wxmp.account.models.ShorturlParam
此处填long2short,代表长链接转短链接
setAction_info(ActionInfo) - Method in class top.hmtools.wxmp.account.models.QRCodeParam
 
setAction_name(EQRActionName) - Method in class top.hmtools.wxmp.account.models.QRCodeParam
 
setAppid(String) - Method in class top.hmtools.wxmp.core.configuration.AppIdSecretPair
 
setAppid(String) - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
setAppid(String) - Method in class top.hmtools.wxmp.core.model.GetAccessTokenParam
 
setAppid(String) - Method in class top.hmtools.wxmp.menu.models.simple.Button
小程序的appid(仅认证公众号可配置)
setAppid(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
setAppid(String) - Method in class top.hmtools.wxmp.message.template.model.Miniprogram
 
setAppId(String) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
setAppsecret(String) - Method in class top.hmtools.wxmp.core.configuration.AppIdSecretPair
 
setArticle_idx(int) - Method in class top.hmtools.wxmp.message.group.model.DeleteParam
 
setArticleCount(int) - Method in class top.hmtools.wxmp.message.reply.model.ReplyNewsMessage
 
setArticleIdx(String) - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
setArticles(List<Articles>) - Method in class top.hmtools.wxmp.material.model.NewsBean
 
setArticles(Articles) - Method in class top.hmtools.wxmp.material.model.NewsBeanForUpdate
 
setArticles(List<Articles>) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.News
 
setArticles(List<Articles>) - Method in class top.hmtools.wxmp.message.group.model.UploadNewsParam
 
setArticles(List<ReplyArticle>) - Method in class top.hmtools.wxmp.message.reply.model.ReplyNewsMessage
 
setAuditState(String) - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
setAuthor(String) - Method in class top.hmtools.wxmp.material.model.Articles
 
setAuthor(String) - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
setAuthor(String) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setBegin(Long) - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
setBegin_openid(String) - Method in class top.hmtools.wxmp.user.model.BlackListParam
 
setButton(List<Button>) - Method in class top.hmtools.wxmp.menu.models.simple.MenuBean
设置按钮(一级菜单)
setButton(List<SelfmenuInfoButtonBean>) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoBean
菜单按钮
setCanReprint(String) - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
setCard_ext(Card_ext) - Method in class top.hmtools.wxmp.message.group.model.preview.Wxcard
 
setCard_id(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Wxcard
 
setCard_id(String) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.Wxcard
 
setCard_id(String) - Method in class top.hmtools.wxmp.message.group.model.preview.Wxcard
 
setCard_id(String) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.Wxcard
 
setCharset(String) - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
setCheckState(String) - Method in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
setCity(String) - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
城市信息,是用户在微信中设置的地区,具体请参考地区信息表
setCity(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setCity(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
setClient_platform_type(String) - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
客户端版本,当前只具体到系统型号:IOS(1), Android(2),Others(3),不填则不做匹配
setCode(String) - Method in class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
setColor(Date) - Method in class top.hmtools.wxmp.message.template.model.DataItem
 
setCommand(String) - Method in class top.hmtools.wxmp.message.customerService.model.TypingStatusParam
"Typing":对用户下发“正在输入"状态 "CancelTyping":取消对用户的”正在输入"状态
setComment(List<Comment>) - Method in class top.hmtools.wxmp.comment.models.ListCommentResult
 
setComment_type(int) - Method in class top.hmtools.wxmp.comment.models.Comment
 
setConditionalmenu(List<ConditionalMenuBean>) - Method in class top.hmtools.wxmp.menu.models.simple.MenuWapperBean
 
setConfiguration2020(WxmpConfiguration) - Method in class top.hmtools.wxmp.core.WxmpSessionFactory
 
setConnectionKeepAliveStrategy(ConnectionKeepAliveStrategy) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
设置http长连接??
setContent(String) - Method in class top.hmtools.wxmp.comment.models.Comment
 
setContent(String) - Method in class top.hmtools.wxmp.comment.models.Reply
 
setContent(String) - Method in class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
setContent(String) - Method in class top.hmtools.wxmp.material.model.Articles
 
setContent(ContentResult) - Method in class top.hmtools.wxmp.material.model.ItemResult
 
setContent(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.ItemList
 
setContent(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.TextBean
 
setContent(String) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setContent(String) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.Text
 
setContent(String) - Method in class top.hmtools.wxmp.message.group.model.preview.Text
 
setContent(String) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.Text
 
setContent(String) - Method in class top.hmtools.wxmp.message.ordinary.model.TextMessage
 
setContent(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyTextMessage
 
setContent(String) - Method in class top.hmtools.wxmp.message.template.model.Template
 
setContent_source_url(String) - Method in class top.hmtools.wxmp.material.model.Articles
 
setContent_source_url(String) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setContent_url(String) - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
setCopyrightCheckResult(CopyrightCheckResultType) - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
setCount(Long) - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
setCount(int) - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialParam
 
setCount(int) - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendPicsInfo
 
setCount(String) - Method in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
setCount(int) - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
setCount(int) - Method in class top.hmtools.wxmp.user.model.TagFunsResult
 
setCount(long) - Method in class top.hmtools.wxmp.user.model.TagResult
 
setCount(int) - Method in class top.hmtools.wxmp.user.model.UserListResult
 
setCountry(String) - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
国家信息,是用户在微信中设置的地区,具体请参考地区信息表
setCountry(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setCountry(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
setCover_url(String) - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
setCreate_time(String) - Method in class top.hmtools.wxmp.comment.models.Comment
 
setCreate_time(String) - Method in class top.hmtools.wxmp.comment.models.Reply
 
setCreated_at(long) - Method in class top.hmtools.wxmp.material.model.MediaBean
 
setCreated_at(long) - Method in class top.hmtools.wxmp.message.group.model.UploadNewsResult
 
setCreateTime(long) - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
setData(Map<String, DataItem>) - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
setData(Data) - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
setData(Data) - Method in class top.hmtools.wxmp.user.model.TagFunsResult
 
setData(Data) - Method in class top.hmtools.wxmp.user.model.UserListResult
 
setDebug(boolean) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
setDeputy_industry(String) - Method in class top.hmtools.wxmp.message.template.model.Template
 
setDescription(String) - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
setDescription(String) - Method in class top.hmtools.wxmp.material.model.UploadParam
说明信息,当上传永久视频素材时需要使用,此时须 DescriptionBean设置好对应字段值,再转换成json字符串,并复制本属性
setDescription(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
setDescription(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
setDescription(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
setDescription(String) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideo
 
setDescription(String) - Method in class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
setDescription(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
setDescription(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
setDescription(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideo
 
setDigest(String) - Method in class top.hmtools.wxmp.material.model.Articles
 
setDigest(String) - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
setDigest(String) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setDown_url(String) - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
setErrcode(int) - Method in class top.hmtools.wxmp.core.model.ErrcodeBean
 
setErrmsg(String) - Method in class top.hmtools.wxmp.core.model.ErrcodeBean
 
setErrorCount(String) - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
seteUrlServer(EUrlServer) - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
setEvent(Event) - Method in class top.hmtools.wxmp.core.model.message.BaseEventMessage
事件类型
setEvent(String) - Method in class top.hmtools.wxmp.core.model.message.BaseEventMessage
事件类型
setEventKey(String) - Method in class top.hmtools.wxmp.core.model.message.BaseEventMessage
事件KEY值
setExample(String) - Method in class top.hmtools.wxmp.message.template.model.Template
 
setExpire_seconds(Long) - Method in class top.hmtools.wxmp.account.models.QRCodeParam
 
setExpire_seconds(Long) - Method in class top.hmtools.wxmp.account.models.QRCodeResult
 
setExpiredTime(Long) - Method in class top.hmtools.wxmp.account.models.eventMessage.AnnualRenew
 
setExpiredTime(Long) - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifySuccess
 
setExpiredTime(Long) - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifySuccess
 
setExpiredTime(Long) - Method in class top.hmtools.wxmp.account.models.eventMessage.VerifyExpired
 
setExpires_in(long) - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
setExpires_in(int) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
setExpires_in(Long) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsapiTicketResult
 
setExpires_in(int) - Method in class top.hmtools.wxmp.webpage.models.TicketResult
 
setFailReason(String) - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifyFail
 
setFailReason(String) - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifyFail
 
setFailTime(Long) - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifyFail
 
setFailTime(Long) - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifyFail
 
setFilter(Filter) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.BaseTagGroupSendParam
 
setFilterCount(String) - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
setFirst_class(String) - Method in class top.hmtools.wxmp.message.template.model.Industry
 
setForceAccessTokenString(String) - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
setFormat(String) - Method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
 
setFromUserName(String) - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
setGroupid(int) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setGroupMessageSendSpeed(SpeedParam) - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
设置群发速度
setHead_content(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Msgmenu
 
setHeadimgurl(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setHeadimgurl(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
setHqmusicurl(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
setHQMusicUrl(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
setHttpRequestRetryHandler(HttpRequestRetryHandler) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
设置重试机制
setHttpStatusCode(int) - Method in exception top.hmtools.wxmp.core.exception.HttpRequestFailException
 
setId(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.ItemList
 
setId(long) - Method in class top.hmtools.wxmp.user.model.TagParam
 
setId(long) - Method in class top.hmtools.wxmp.user.model.TagResult
 
setImage(MediaBean) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.ImageCustomerServiceMessage
 
setImage(File) - Method in class top.hmtools.wxmp.message.customerService.model.UploadHeadImgParam
 
setImage(MediaId) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.ImageOpenIdGroupSendParam
 
setImage(MediaId) - Method in class top.hmtools.wxmp.message.group.model.preview.ImagePreviewParam
 
setImage(ReplyImage) - Method in class top.hmtools.wxmp.message.reply.model.ReplyImageMessage
 
setImage_count(int) - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
setIndex(Long) - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
setIndex(Long) - Method in class top.hmtools.wxmp.comment.models.OpenCommentParam
多图文时,用来指定第几篇图文,从0开始,不带默认操作该msg_data_id的第一篇图文
setIndex(Long) - Method in class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
setIndex(Long) - Method in class top.hmtools.wxmp.comment.models.UserCommentParam
 
setIndex(int) - Method in class top.hmtools.wxmp.material.model.NewsBeanForUpdate
 
setIndustry(SetIndustryParam) - Method in interface top.hmtools.wxmp.message.template.apis.ITemplateApi
设置所属行业
setIndustry_id1(String) - Method in class top.hmtools.wxmp.message.template.model.SetIndustryParam
 
setIndustry_id2(String) - Method in class top.hmtools.wxmp.message.template.model.SetIndustryParam
 
SetIndustryParam - Class in top.hmtools.wxmp.message.template.model
 
SetIndustryParam() - Constructor for class top.hmtools.wxmp.message.template.model.SetIndustryParam
 
setIntroduction(String) - Method in class top.hmtools.wxmp.material.model.DescriptionBean
 
setIs_menu_open(Integer) - Method in class top.hmtools.wxmp.menu.models.simple.CurrentSelfMenuInfoBean
菜单是否开启,0代表未开启,1代表开启
setIs_to_all(boolean) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.Filter
 
setItem(List<ItemResult>) - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialResult
 
setItem(List<ItemType>) - Method in class top.hmtools.wxmp.message.group.model.event.ResultListType
 
setItem_count(int) - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialResult
 
setJsSdkApi(IJsSdkApi) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsSdkTools
 
setKey(String) - Method in class top.hmtools.wxmp.menu.models.simple.Button
菜单KEY值,用于消息接口推送,不超过128字节
setKey(String) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
setKf_account(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
setKf_account(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
setKf_account(String) - Method in class top.hmtools.wxmp.message.customerService.model.UploadHeadImgParam
 
setKf_headimgurl(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
setKf_headimgurl(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
setKf_id(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
setKf_id(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
setKf_list(List<KfAccountResult>) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountListResult
 
setKf_nick(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
setKf_nick(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
setLabel(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
setLabel(String) - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
setLang(LangType) - Method in class top.hmtools.wxmp.user.model.UserInfoParam
 
setLanguage(String) - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
语言信息,是用户在微信中设置的语言,具体请参考语言表: 1、简体中文 "zh_CN" 2、繁体中文TW "zh_TW" 3、繁体中文HK "zh_HK" 4、英文 "en" 5、印尼 "id" 6、马来 "ms" 7、西班牙 "es" 8、韩国 "ko" 9、意大利 "it" 10、日本 "ja" 11、波兰 "pl" 12、葡萄牙 "pt" 13、俄国 "ru" 14、泰文 "th" 15、越南 "vi" 16、阿拉伯语 "ar" 17、北印度 "hi" 18、希伯来 "he" 19、土耳其 "tr" 20、德语 "de" 21、法语 "fr"
setLanguage(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setLastModifyDatetime(Date) - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
setLatitude(Double) - Method in class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
setLatitude(double) - Method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
setList(List<NewsInfoBean>) - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBeans
图文消息的信息集合
setList(List<SelfmenuInfoButtonBean>) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoSubButtonBean
 
setList(List<ItemList>) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Msgmenu
 
setLocation_X(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
setLocation_X(String) - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
setLocation_Y(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
setLocation_Y(String) - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
setLong_url(String) - Method in class top.hmtools.wxmp.account.models.ShorturlParam
 
setLongitude(Double) - Method in class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
setLongitude(double) - Method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
setMatchrule(MatchruleBean) - Method in class top.hmtools.wxmp.menu.models.conditional.ConditionalMenuBean
个性自定义菜单匹配规则
setMedia(File) - Method in class top.hmtools.wxmp.material.model.UploadParam
 
setMedia(File) - Method in class top.hmtools.wxmp.message.group.model.UploadImageParam
 
setMedia_id(String) - Method in class top.hmtools.wxmp.material.model.ItemResult
 
setMedia_id(String) - Method in class top.hmtools.wxmp.material.model.MediaBean
 
setMedia_id(String) - Method in class top.hmtools.wxmp.material.model.MediaParam
 
setMedia_id(String) - Method in class top.hmtools.wxmp.material.model.NewsBeanForUpdate
 
setMedia_id(String) - Method in class top.hmtools.wxmp.menu.models.simple.Button
调用新增永久素材接口返回的合法media_id
setMedia_id(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MediaBean
 
setMedia_id(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
setMedia_id(String) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MediaId
 
setMedia_id(String) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideo
 
setMedia_id(String) - Method in class top.hmtools.wxmp.message.group.model.preview.MediaId
 
setMedia_id(String) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.MediaId
 
setMedia_id(String) - Method in class top.hmtools.wxmp.message.group.model.UploadNewsResult
 
setMediaId(String) - Method in class top.hmtools.wxmp.message.ordinary.model.ImageMessage
 
setMediaId(String) - Method in class top.hmtools.wxmp.message.ordinary.model.ShortvideoMessage
 
setMediaId(String) - Method in class top.hmtools.wxmp.message.ordinary.model.VideoMessage
 
setMediaId(String) - Method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
 
setMediaId(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyImage
 
setMediaId(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideo
 
setMediaId(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyVoice
 
setMenu(MenuBean) - Method in class top.hmtools.wxmp.menu.models.simple.MenuWapperBean
 
setMenuid(String) - Method in class top.hmtools.wxmp.menu.models.conditional.ConditionalBean
 
setMenuid(String) - Method in class top.hmtools.wxmp.menu.models.conditional.ConditionalMenuBean
 
setMenuId(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ViewEventMessage
 
setMenuId(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ViewMiniprogramEventMessage
菜单ID,如果是个性化菜单,则可以通过这个字段,知道是哪个规则的菜单被点击了
setMessageBeanClass(Class<? extends BaseMessage>) - Method in class top.hmtools.wxmp.core.model.MessageMetaInfo
 
setMethod(Method) - Method in class top.hmtools.wxmp.core.model.MessageMetaInfo
 
setMiniprogram(Miniprogram) - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
setMiniprogrampage(Miniprogrampage) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MiniProgramCustomerServiceMessage
 
setMpnews(MediaBean) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MpnewsCustomerServiceMessage
 
setMpnews(MediaId) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpnewsOpenIdGroupSendParam
 
setMpnews(MediaId) - Method in class top.hmtools.wxmp.message.group.model.preview.MpnewsPreviewParam
 
setMpnews(MediaId) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.MpnewsTagGroupSendParam
 
setMpvideo(MpVideo) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideoOpenIdGroupSendParam
 
setMpvideo(MediaId) - Method in class top.hmtools.wxmp.message.group.model.preview.MpvedioPreviewParam
 
setMpvideo(MediaId) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.VideoTagGroupSendParam
 
setMsg_data_id(Long) - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
setMsg_data_id(Long) - Method in class top.hmtools.wxmp.comment.models.OpenCommentParam
群发返回的msg_data_id
setMsg_data_id(Long) - Method in class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
setMsg_data_id(Long) - Method in class top.hmtools.wxmp.comment.models.UserCommentParam
 
setMsg_data_id(long) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.OpenIdGroupSendResult
 
setMsg_data_id(long) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.TagGroupSendResult
 
setMsg_id(int) - Method in class top.hmtools.wxmp.message.group.model.DeleteParam
 
setMsg_id(String) - Method in class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusParam
 
setMsg_id(String) - Method in class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusResult
 
setMsg_id(int) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.OpenIdGroupSendResult
 
setMsg_id(int) - Method in class top.hmtools.wxmp.message.group.model.preview.PreviewResult
 
setMsg_id(int) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.TagGroupSendResult
 
setMsg_status(String) - Method in class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusResult
 
setMsgId(String) - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
setMsgID(String) - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
setMsgID(String) - Method in class top.hmtools.wxmp.message.template.model.event.TemplateMessageSendedEvent
 
setMsgid(int) - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageResult
 
setMsgmenu(Msgmenu) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MenuCustomerServiceMessage
 
setMsgType(String) - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
setMsgType(MsgType) - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
setMsgtype(MsgType) - Method in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
 
setMsgtype(TagMsgType) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.BaseOpenIdGroupSendParam
 
setMsgtype(TagMsgType) - Method in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
setMsgtype(TagMsgType) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.BaseTagGroupSendParam
 
setMsgType(MsgType) - Method in class top.hmtools.wxmp.message.reply.model.ReplyTextMessage
 
setMusic(Music) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MusicCustomerServiceMessage
 
setMusic(ReplyMusic) - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusicMessage
 
setMusicurl(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
setMusicUrl(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
setName(String) - Method in enum top.hmtools.wxmp.account.enums.EQRActionName
 
setName(String) - Method in class top.hmtools.wxmp.material.model.ItemResult
 
setName(String) - Method in class top.hmtools.wxmp.menu.models.simple.Button
菜单标题,不超过16个字节,子菜单不超过60个字节
setName(String) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
setName(String) - Method in class top.hmtools.wxmp.user.model.TagParam
 
setName(String) - Method in class top.hmtools.wxmp.user.model.TagResult
 
setNeed_open_comment(int) - Method in class top.hmtools.wxmp.material.model.Articles
 
setNeed_open_comment(int) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setNeedReplaceContent(String) - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
setNeedShowReprintSource(String) - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
setNews(News) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.NewsCustomerServiceMessage
 
setNews_count(int) - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
setNews_info(NewsInfoBeans) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
setNews_item(List<Articles>) - Method in class top.hmtools.wxmp.material.model.ContentResult
 
setNews_item(List<Articles>) - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
setNext_openid(String) - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
setNext_openid(String) - Method in class top.hmtools.wxmp.user.model.TagFunsParam
 
setNext_openid(String) - Method in class top.hmtools.wxmp.user.model.TagFunsResult
 
setNext_openid(String) - Method in class top.hmtools.wxmp.user.model.UserListParam
 
setNext_openid(String) - Method in class top.hmtools.wxmp.user.model.UserListResult
 
setNickname(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
setNickname(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
setNickname(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setNickname(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
setNonceStr(String) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
setObj(Object) - Method in class top.hmtools.wxmp.core.model.MessageMetaInfo
 
setOffset(int) - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialParam
 
setOnly_fans_can_comment(int) - Method in class top.hmtools.wxmp.material.model.Articles
 
setOnly_fans_can_comment(int) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setOpenid(String) - Method in class top.hmtools.wxmp.comment.models.Comment
 
setOpenid(String) - Method in class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
setOpenid(List<String>) - Method in class top.hmtools.wxmp.user.model.Data
 
setOpenid(String) - Method in class top.hmtools.wxmp.user.model.RemarkParam
 
setOpenid(String) - Method in class top.hmtools.wxmp.user.model.TagListParam
 
setOpenid(String) - Method in class top.hmtools.wxmp.user.model.UserInfoParam
 
setOpenid(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setOpenid(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
setOpenid(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
setOpenid_list(List<String>) - Method in class top.hmtools.wxmp.user.model.BatchBlackListParam
 
setOpenid_list(List<String>) - Method in class top.hmtools.wxmp.user.model.BatchTagParam
 
setOriginalArticleType(String) - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
setOriginalArticleUrl(String) - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
setPagepath(String) - Method in class top.hmtools.wxmp.menu.models.simple.Button
小程序的页面路径
setPagepath(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
setPagepath(String) - Method in class top.hmtools.wxmp.message.template.model.Miniprogram
 
setPassword(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountParam
 
setPassword(String) - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountResult
 
setPicList(List<SendPicItem>) - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendPicsInfo
 
setPicMd5Sum(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendPicItem
图片的MD5值,开发者若需要,可用于验证接收到图片
setPicurl(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
setPicUrl(String) - Method in class top.hmtools.wxmp.message.ordinary.model.ImageMessage
 
setPicUrl(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
setPoiname(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
setPoolingHttpClientConnectionManager(int, int) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
设置基于连接池的连接管理器
setPoolingHttpClientConnectionManager(PoolingHttpClientConnectionManager) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
设置基于连接池的连接管理器
setPrecision(Double) - Method in class top.hmtools.wxmp.message.eventPush.model.LocationEventMessage
 
setPrecision(double) - Method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
setPrimary_industry(Industry) - Method in class top.hmtools.wxmp.message.template.model.GetIndustryResult
 
setPrimary_industry(String) - Method in class top.hmtools.wxmp.message.template.model.Template
 
setPrivilege(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
setProvince(String) - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
省份信息,是用户在微信中设置的地区,具体请参考地区信息表
setProvince(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setProvince(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
setProxies(List<HttpHost>) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
设置代理列表
setQr_scene(long) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setQr_scene_str(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setRealspeed(int) - Method in class top.hmtools.wxmp.message.group.model.SpeedResult
 
setRecognition(String) - Method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
语音识别结果,UTF8编码
setRefresh_token(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
setRemark(String) - Method in class top.hmtools.wxmp.user.model.RemarkParam
 
setRemark(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setReply(Reply) - Method in class top.hmtools.wxmp.comment.models.Comment
 
setRequestConfigBuilder(int, int, int) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
设置请求配置创建器
setRequestConfigBuilder(RequestConfig.Builder) - Static method in class top.hmtools.wxmp.core.httpclient.HmHttpClientFactoryHandle
设置请求配置创建器
setResultList(ResultListType) - Method in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
setScale(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
setScale(String) - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
setScanCodeInfo(ScanCodeInfo) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodePushEventMessage
扫描信息
setScanCodeInfo(ScanCodeInfo) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodeWaitmsgEventMessage
扫描信息
setScanResult(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScanCodeInfo
 
setScanType(String) - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScanCodeInfo
 
setScene(Scene) - Method in class top.hmtools.wxmp.account.models.ActionInfo
 
setScene_id(Long) - Method in class top.hmtools.wxmp.account.models.Scene
 
setScene_str(String) - Method in class top.hmtools.wxmp.account.models.Scene
 
setScope(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
setSecond_class(String) - Method in class top.hmtools.wxmp.message.template.model.Industry
 
setSecondary_industry(Industry) - Method in class top.hmtools.wxmp.message.template.model.GetIndustryResult
 
setSecret(String) - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
setSecret(String) - Method in class top.hmtools.wxmp.core.model.GetAccessTokenParam
 
setSelfmenu_info(SelfmenuInfoBean) - Method in class top.hmtools.wxmp.menu.models.simple.CurrentSelfMenuInfoBean
菜单信息
setSend_ignore_reprint(int) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpnewsOpenIdGroupSendParam
 
setSend_ignore_reprint(int) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.MpnewsTagGroupSendParam
 
setSendLocationInfo(SendLocationInfo) - Method in class top.hmtools.wxmp.menu.models.eventMessage.LocationSelectEventMessage
发送的位置信息
setSendPicsInfo(SendPicsInfo) - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicPhotoOrAlbumEventMessage
发送的图片信息
setSendPicsInfo(SendPicsInfo) - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicSysPhotoEventMessage
发送的图片信息
setSendPicsInfo(SendPicsInfo) - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicWeixinEventMessage
发送的图片信息
setSentCount(String) - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
setSex(String) - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
性别:男(1)女(2),不填则不做匹配
setSex(int) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setSex(int) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
用户的性别,值为1时是男性,值为2时是女性,值为0时是未知
setShort_url(String) - Method in class top.hmtools.wxmp.account.models.ShorturlResult
 
setShow_cover(String) - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
setShow_cover_pic(int) - Method in class top.hmtools.wxmp.material.model.Articles
 
setShow_cover_pic(int) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setSignature(String) - Method in class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
setSignature(String) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
setSource_url(String) - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
setSpeed(int) - Method in class top.hmtools.wxmp.message.group.model.SpeedParam
 
setSpeed(int) - Method in class top.hmtools.wxmp.message.group.model.SpeedResult
 
setStatus(String) - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
setStatus(String) - Method in class top.hmtools.wxmp.message.template.model.event.TemplateMessageSendedEvent
 
setSub_button(List<Button>) - Method in class top.hmtools.wxmp.menu.models.simple.Button
二级菜单数组,个数应为1~5个
setSub_button(SelfmenuInfoSubButtonBean) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
setSubscribe(int) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setSubscribe_scene(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setSubscribe_time(long) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setTag(TagParam) - Method in class top.hmtools.wxmp.user.model.TagWapperParam
 
setTag(TagResult) - Method in class top.hmtools.wxmp.user.model.TagWapperResult
 
setTag_id(String) - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
用户标签的id,可通过用户标签管理接口获取
setTag_id(int) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.Filter
 
setTagid(long) - Method in class top.hmtools.wxmp.user.model.BatchTagParam
 
setTagid(long) - Method in class top.hmtools.wxmp.user.model.TagFunsParam
 
setTagid_list(List<Long>) - Method in class top.hmtools.wxmp.user.model.TagListResult
 
setTagid_list(List<Long>) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setTags(List<TagResult>) - Method in class top.hmtools.wxmp.user.model.TagsWapperResult
 
setTail_content(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Msgmenu
 
setTemplate_id(String) - Method in class top.hmtools.wxmp.message.template.model.DelTemplateParam
 
setTemplate_id(String) - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
setTemplate_id(String) - Method in class top.hmtools.wxmp.message.template.model.Template
 
setTemplate_id(String) - Method in class top.hmtools.wxmp.message.template.model.TemplateIdResult
 
setTemplate_id_short(String) - Method in class top.hmtools.wxmp.message.template.model.TemplateIdParam
 
setTemplate_list(List<Template>) - Method in class top.hmtools.wxmp.message.template.model.TemplateListResult
 
setText(TextBean) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.TextCustomerServiceMessage
 
setText(Text) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.TextOpenIdGroupSendParam
 
setText(Text) - Method in class top.hmtools.wxmp.message.group.model.preview.TextPreviewParam
 
setText(Text) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.TextTagGroupSendParam
 
setThumb_media_id(String) - Method in class top.hmtools.wxmp.material.model.Articles
 
setThumb_media_id(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
setThumb_media_id(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
setThumb_media_id(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
setThumb_media_id(String) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setThumbMediaId(String) - Method in class top.hmtools.wxmp.message.ordinary.model.ShortvideoMessage
 
setThumbMediaId(String) - Method in class top.hmtools.wxmp.message.ordinary.model.VideoMessage
 
setThumbMediaId(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
setTicket(String) - Method in class top.hmtools.wxmp.account.models.QRCodeResult
 
setTicket(String) - Method in class top.hmtools.wxmp.account.models.TicketParam
 
setTicket(String) - Method in class top.hmtools.wxmp.message.eventPush.model.QRScanEventMessage
 
setTicket(String) - Method in class top.hmtools.wxmp.message.eventPush.model.QRSubscribeEventMessage
 
setTicket(String) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsapiTicketResult
 
setTicket(String) - Method in class top.hmtools.wxmp.webpage.models.TicketResult
 
setTimestamp(String) - Method in class top.hmtools.wxmp.message.group.model.preview.Card_ext
 
setTimestamp(Long) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
setTitle(String) - Method in class top.hmtools.wxmp.material.model.Articles
 
setTitle(String) - Method in class top.hmtools.wxmp.material.model.DescriptionBean
 
setTitle(String) - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
setTitle(String) - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
setTitle(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
setTitle(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Miniprogrampage
 
setTitle(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Music
 
setTitle(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
setTitle(String) - Method in class top.hmtools.wxmp.message.group.model.Articles
 
setTitle(String) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideo
 
setTitle(String) - Method in class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
setTitle(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
setTitle(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
setTitle(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideo
 
setTitle(String) - Method in class top.hmtools.wxmp.message.template.model.Template
 
setTotal(int) - Method in class top.hmtools.wxmp.comment.models.ListCommentResult
 
setTotal(int) - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
setTotal(int) - Method in class top.hmtools.wxmp.user.model.UserListResult
 
setTotal_count(int) - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialResult
 
setTotalCount(String) - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
setTouser(String) - Method in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
 
setTouser(String) - Method in class top.hmtools.wxmp.message.customerService.model.TypingStatusParam
 
setTouser(List<String>) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.BaseOpenIdGroupSendParam
 
setTouser(String) - Method in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
setTouser(String) - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
setToUserName(String) - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
 
setTowxname(String) - Method in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
setType(Long) - Method in class top.hmtools.wxmp.comment.models.ListCommentParam
 
setType(MediaType) - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialParam
 
setType(String) - Method in class top.hmtools.wxmp.material.model.MediaBean
 
setType(MediaType) - Method in class top.hmtools.wxmp.material.model.MediaBean
 
setType(MediaType) - Method in class top.hmtools.wxmp.material.model.UploadParam
 
setType(String) - Method in class top.hmtools.wxmp.menu.models.simple.Button
菜单的响应动作类型,view表示网页类型,click表示点击类型,miniprogram表示小程序类型
setType(String) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
setType(MsgType) - Method in class top.hmtools.wxmp.message.group.model.UploadNewsResult
 
setType(String) - Method in class top.hmtools.wxmp.message.group.model.UploadNewsResult
 
setUnionid(String) - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
setUnionid(String) - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
setUpdate_time(long) - Method in class top.hmtools.wxmp.material.model.ContentResult
 
setUpdate_time(long) - Method in class top.hmtools.wxmp.material.model.ItemResult
 
setUrl(String) - Method in class top.hmtools.wxmp.account.models.QRCodeResult
 
setUrl(String) - Method in class top.hmtools.wxmp.material.model.Articles
 
setUrl(String) - Method in class top.hmtools.wxmp.material.model.ItemResult
 
setUrl(String) - Method in class top.hmtools.wxmp.material.model.MediaBean
 
setUrl(String) - Method in class top.hmtools.wxmp.menu.models.simple.Button
网页 链接,用户点击菜单可打开链接,不超过1024字节。 type为miniprogram时,不支持小程序的老版本客户端将打开本url。
setUrl(String) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
setUrl(String) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.Articles
 
setUrl(String) - Method in class top.hmtools.wxmp.message.group.model.UploadImageResult
 
setUrl(String) - Method in class top.hmtools.wxmp.message.ordinary.model.LinkMessage
 
setUrl(String) - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
setUrl(String) - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
setUrl(String) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
setUrlInSignature(String) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
setUser_comment_id(String) - Method in class top.hmtools.wxmp.comment.models.Comment
 
setUser_comment_id(Long) - Method in class top.hmtools.wxmp.comment.models.ReplyCommentParam
 
setUser_comment_id(Long) - Method in class top.hmtools.wxmp.comment.models.UserCommentParam
 
setUser_id(String) - Method in class top.hmtools.wxmp.menu.models.conditional.TryMatchParamBean
user_id可以是粉丝的OpenID,也可以是粉丝的微信号。
setUser_info_list(List<UserInfoResult>) - Method in class top.hmtools.wxmp.user.model.BatchUserInfoResult
 
setUser_list(List<UserInfoParam>) - Method in class top.hmtools.wxmp.user.model.BatchUserInfoParam
 
setUserDeclareState(String) - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
setValue(String) - Method in class top.hmtools.wxmp.menu.models.simple.SelfmenuInfoButtonBean
 
setValue(String) - Method in class top.hmtools.wxmp.message.template.model.DataItem
 
setVideo(Video) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.VideoCustomerServiceMessage
 
setVideo(ReplyVideo) - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideoMessage
 
setVideo_count(int) - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
setVideo_url(String) - Method in class top.hmtools.wxmp.material.model.VideoResult
 
setVoice(MediaBean) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.VoiceCustomerServiceMessage
 
setVoice(MediaId) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.VoiceOpenIdGroupSendParam
 
setVoice(MediaId) - Method in class top.hmtools.wxmp.message.group.model.preview.VoicePreviewParam
 
setVoice(MediaId) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.ImageTagGroupSendParam
 
setVoice(MediaId) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.VoiceTagGroupSendParam
 
setVoice(ReplyVoice) - Method in class top.hmtools.wxmp.message.reply.model.ReplyVoiceMessage
 
setVoice_count(int) - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
setWxcard(Wxcard) - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.WxcardCustomerServiceMessage
 
setWxcard(Wxcard) - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.WxcardOpenIdGroupSendParam
 
setWxcard(Wxcard) - Method in class top.hmtools.wxmp.message.group.model.preview.WxcardPreviewParam
 
setWxcard(Wxcard) - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.WxcardTagGroupSendParam
 
setWxmpConfiguration(WxmpConfiguration) - Method in class top.hmtools.wxmp.webpage.jsSdk.JsSdkTools
 
setWxmpSessionFactory2020(WxmpSessionFactory) - Method in class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
ShorturlParam - Class in top.hmtools.wxmp.account.models
长Url转短URL请求参数实体类
ShorturlParam() - Constructor for class top.hmtools.wxmp.account.models.ShorturlParam
 
ShorturlResult - Class in top.hmtools.wxmp.account.models
长URL转短URL用返回结果实体类
ShorturlResult() - Constructor for class top.hmtools.wxmp.account.models.ShorturlResult
 
ShortvideoMessage - Class in top.hmtools.wxmp.message.ordinary.model
小视频消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1357290913</CreateTime> <MsgType><![CDATA[shortvideo]]></MsgType> <MediaId><![CDATA[media_id]]></MediaId> <ThumbMediaId><![CDATA[thumb_media_id]]></ThumbMediaId> <MsgId>1234567890123456</MsgId> </xml>
ShortvideoMessage() - Constructor for class top.hmtools.wxmp.message.ordinary.model.ShortvideoMessage
 
showQrCode(TicketParam) - Method in interface top.hmtools.wxmp.account.apis.IQrcodeApis
根据ticket获取二维码图片
SingleAppIdSecretBox - Class in top.hmtools.wxmp.core.configuration
 
SingleAppIdSecretBox() - Constructor for class top.hmtools.wxmp.core.configuration.SingleAppIdSecretBox
 
SpeedParam - Class in top.hmtools.wxmp.message.group.model
 
SpeedParam() - Constructor for class top.hmtools.wxmp.message.group.model.SpeedParam
 
SpeedResult - Class in top.hmtools.wxmp.message.group.model
 
SpeedResult() - Constructor for class top.hmtools.wxmp.message.group.model.SpeedResult
 
status - Variable in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
SubscribeEventMessage - Class in top.hmtools.wxmp.message.eventPush.model
关注/取消关注事件 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[FromUser]]></FromUserName> <CreateTime>123456789</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[subscribe]]></Event> </xml>
SubscribeEventMessage() - Constructor for class top.hmtools.wxmp.message.eventPush.model.SubscribeEventMessage
 

T

TagFunsParam - Class in top.hmtools.wxmp.user.model
 
TagFunsParam() - Constructor for class top.hmtools.wxmp.user.model.TagFunsParam
 
TagFunsResult - Class in top.hmtools.wxmp.user.model
Auto-generated: 2019-08-14 15:11:25
TagFunsResult() - Constructor for class top.hmtools.wxmp.user.model.TagFunsResult
 
tagGroupMessageSend(BaseTagGroupSendParam) - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
根据标签进行群发【订阅号与服务号认证后均可用】
TagGroupSendResult - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
Auto-generated: 2019-08-26 10:21:47
TagGroupSendResult() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.TagGroupSendResult
 
TagListParam - Class in top.hmtools.wxmp.user.model
 
TagListParam() - Constructor for class top.hmtools.wxmp.user.model.TagListParam
 
TagListResult - Class in top.hmtools.wxmp.user.model
 
TagListResult() - Constructor for class top.hmtools.wxmp.user.model.TagListResult
 
TagMsgType - Enum in top.hmtools.wxmp.message.group.model.tagGroupSend
消息类型枚举
TagParam - Class in top.hmtools.wxmp.user.model
 
TagParam() - Constructor for class top.hmtools.wxmp.user.model.TagParam
 
TagResult - Class in top.hmtools.wxmp.user.model
 
TagResult() - Constructor for class top.hmtools.wxmp.user.model.TagResult
 
TagsWapperResult - Class in top.hmtools.wxmp.user.model
 
TagsWapperResult() - Constructor for class top.hmtools.wxmp.user.model.TagsWapperResult
 
TagWapperParam - Class in top.hmtools.wxmp.user.model
 
TagWapperParam() - Constructor for class top.hmtools.wxmp.user.model.TagWapperParam
 
TagWapperResult - Class in top.hmtools.wxmp.user.model
 
TagWapperResult() - Constructor for class top.hmtools.wxmp.user.model.TagWapperResult
 
Template - Class in top.hmtools.wxmp.message.template.model
Auto-generated: 2019-08-29 11:22:9
Template() - Constructor for class top.hmtools.wxmp.message.template.model.Template
 
TemplateIdParam - Class in top.hmtools.wxmp.message.template.model
 
TemplateIdParam() - Constructor for class top.hmtools.wxmp.message.template.model.TemplateIdParam
 
TemplateIdResult - Class in top.hmtools.wxmp.message.template.model
 
TemplateIdResult() - Constructor for class top.hmtools.wxmp.message.template.model.TemplateIdResult
 
TemplateListResult - Class in top.hmtools.wxmp.message.template.model
Auto-generated: 2019-08-29 11:22:9
TemplateListResult() - Constructor for class top.hmtools.wxmp.message.template.model.TemplateListResult
 
TemplateMessageSendedEvent - Class in top.hmtools.wxmp.message.template.model.event
 
TemplateMessageSendedEvent() - Constructor for class top.hmtools.wxmp.message.template.model.event.TemplateMessageSendedEvent
 
TempMessage - Class in top.hmtools.wxmp.core.model.message
临时的消息实体类
TempMessage() - Constructor for class top.hmtools.wxmp.core.model.message.TempMessage
 
Text - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
Auto-generated: 2019-08-26 10:27:27
Text() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.Text
 
Text - Class in top.hmtools.wxmp.message.group.model.preview
Auto-generated: 2019-08-26 10:27:27
Text() - Constructor for class top.hmtools.wxmp.message.group.model.preview.Text
 
Text - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
Auto-generated: 2019-08-26 10:27:27
Text() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.Text
 
TextBean - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
客服接口-发消息-文本消息 的 内容
TextBean() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.TextBean
 
TextCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
客服接口-发消息-文本消息
TextCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.TextCustomerServiceMessage
 
TextMessage - Class in top.hmtools.wxmp.message.ordinary.model
文本消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1348831860</CreateTime> <MsgType><![CDATA[text]]></MsgType> <Content><![CDATA[this is a test]]></Content> <MsgId>1234567890123456</MsgId> </xml>
TextMessage() - Constructor for class top.hmtools.wxmp.message.ordinary.model.TextMessage
 
TextOpenIdGroupSendParam - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
消息管理--群发消息--根据openID群发--文本:
TextOpenIdGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.TextOpenIdGroupSendParam
 
TextPreviewParam - Class in top.hmtools.wxmp.message.group.model.preview
文本
TextPreviewParam() - Constructor for class top.hmtools.wxmp.message.group.model.preview.TextPreviewParam
 
TextTagGroupSendParam - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
Auto-generated: 2019-08-26 10:27:27
TextTagGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.TextTagGroupSendParam
 
TicketParam - Class in top.hmtools.wxmp.account.models
 
TicketParam() - Constructor for class top.hmtools.wxmp.account.models.TicketParam
 
TicketResult - Class in top.hmtools.wxmp.webpage.models
 
TicketResult() - Constructor for class top.hmtools.wxmp.webpage.models.TicketResult
 
toJsonStr() - Method in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
转换成json字符串
top.hmtools.wxmp.account.apis - package top.hmtools.wxmp.account.apis
 
top.hmtools.wxmp.account.enums - package top.hmtools.wxmp.account.enums
 
top.hmtools.wxmp.account.models - package top.hmtools.wxmp.account.models
 
top.hmtools.wxmp.account.models.eventMessage - package top.hmtools.wxmp.account.models.eventMessage
 
top.hmtools.wxmp.comment.apis - package top.hmtools.wxmp.comment.apis
 
top.hmtools.wxmp.comment.models - package top.hmtools.wxmp.comment.models
 
top.hmtools.wxmp.core - package top.hmtools.wxmp.core
 
top.hmtools.wxmp.core.access_handle - package top.hmtools.wxmp.core.access_handle
 
top.hmtools.wxmp.core.annotation - package top.hmtools.wxmp.core.annotation
 
top.hmtools.wxmp.core.configuration - package top.hmtools.wxmp.core.configuration
 
top.hmtools.wxmp.core.enums - package top.hmtools.wxmp.core.enums
 
top.hmtools.wxmp.core.exception - package top.hmtools.wxmp.core.exception
 
top.hmtools.wxmp.core.httpclient - package top.hmtools.wxmp.core.httpclient
 
top.hmtools.wxmp.core.httpclient.impl - package top.hmtools.wxmp.core.httpclient.impl
 
top.hmtools.wxmp.core.httpclient.responseHandler - package top.hmtools.wxmp.core.httpclient.responseHandler
 
top.hmtools.wxmp.core.model - package top.hmtools.wxmp.core.model
 
top.hmtools.wxmp.core.model.message - package top.hmtools.wxmp.core.model.message
 
top.hmtools.wxmp.core.model.message.enums - package top.hmtools.wxmp.core.model.message.enums
 
top.hmtools.wxmp.core.tools - package top.hmtools.wxmp.core.tools
 
top.hmtools.wxmp.material.apis - package top.hmtools.wxmp.material.apis
 
top.hmtools.wxmp.material.enums - package top.hmtools.wxmp.material.enums
 
top.hmtools.wxmp.material.model - package top.hmtools.wxmp.material.model
 
top.hmtools.wxmp.menu.apis - package top.hmtools.wxmp.menu.apis
 
top.hmtools.wxmp.menu.enums - package top.hmtools.wxmp.menu.enums
 
top.hmtools.wxmp.menu.models.conditional - package top.hmtools.wxmp.menu.models.conditional
 
top.hmtools.wxmp.menu.models.eventMessage - package top.hmtools.wxmp.menu.models.eventMessage
 
top.hmtools.wxmp.menu.models.simple - package top.hmtools.wxmp.menu.models.simple
 
top.hmtools.wxmp.message.customerService.apis - package top.hmtools.wxmp.message.customerService.apis
 
top.hmtools.wxmp.message.customerService.model - package top.hmtools.wxmp.message.customerService.model
 
top.hmtools.wxmp.message.customerService.model.sendMessage - package top.hmtools.wxmp.message.customerService.model.sendMessage
 
top.hmtools.wxmp.message.eventPush.model - package top.hmtools.wxmp.message.eventPush.model
 
top.hmtools.wxmp.message.group.apis - package top.hmtools.wxmp.message.group.apis
 
top.hmtools.wxmp.message.group.model - package top.hmtools.wxmp.message.group.model
 
top.hmtools.wxmp.message.group.model.event - package top.hmtools.wxmp.message.group.model.event
 
top.hmtools.wxmp.message.group.model.openIdGroupSend - package top.hmtools.wxmp.message.group.model.openIdGroupSend
 
top.hmtools.wxmp.message.group.model.preview - package top.hmtools.wxmp.message.group.model.preview
 
top.hmtools.wxmp.message.group.model.tagGroupSend - package top.hmtools.wxmp.message.group.model.tagGroupSend
 
top.hmtools.wxmp.message.ordinary.model - package top.hmtools.wxmp.message.ordinary.model
 
top.hmtools.wxmp.message.reply.model - package top.hmtools.wxmp.message.reply.model
 
top.hmtools.wxmp.message.template.apis - package top.hmtools.wxmp.message.template.apis
 
top.hmtools.wxmp.message.template.model - package top.hmtools.wxmp.message.template.model
 
top.hmtools.wxmp.message.template.model.event - package top.hmtools.wxmp.message.template.model.event
 
top.hmtools.wxmp.user.apis - package top.hmtools.wxmp.user.apis
 
top.hmtools.wxmp.user.enums - package top.hmtools.wxmp.user.enums
 
top.hmtools.wxmp.user.model - package top.hmtools.wxmp.user.model
 
top.hmtools.wxmp.user.model.eventMessage - package top.hmtools.wxmp.user.model.eventMessage
 
top.hmtools.wxmp.webpage.apis - package top.hmtools.wxmp.webpage.apis
 
top.hmtools.wxmp.webpage.authorize - package top.hmtools.wxmp.webpage.authorize
 
top.hmtools.wxmp.webpage.jsSdk - package top.hmtools.wxmp.webpage.jsSdk
 
top.hmtools.wxmp.webpage.models - package top.hmtools.wxmp.webpage.models
 
top.hmtools.wxmp.webpage.tools - package top.hmtools.wxmp.webpage.tools
 
toString() - Method in class top.hmtools.wxmp.account.models.ActionInfo
 
toString() - Method in class top.hmtools.wxmp.account.models.eventMessage.AnnualRenew
 
toString() - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifyFail
 
toString() - Method in class top.hmtools.wxmp.account.models.eventMessage.NamingVerifySuccess
 
toString() - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifyFail
 
toString() - Method in class top.hmtools.wxmp.account.models.eventMessage.QualificationVerifySuccess
 
toString() - Method in class top.hmtools.wxmp.account.models.eventMessage.VerifyExpired
 
toString() - Method in class top.hmtools.wxmp.account.models.QRCodeParam
 
toString() - Method in class top.hmtools.wxmp.account.models.QRCodeResult
 
toString() - Method in class top.hmtools.wxmp.account.models.Scene
 
toString() - Method in class top.hmtools.wxmp.account.models.ShorturlParam
 
toString() - Method in class top.hmtools.wxmp.account.models.ShorturlResult
 
toString() - Method in class top.hmtools.wxmp.comment.models.Comment
 
toString() - Method in class top.hmtools.wxmp.comment.models.ListCommentResult
 
toString() - Method in class top.hmtools.wxmp.comment.models.Reply
 
toString() - Method in class top.hmtools.wxmp.core.configuration.AppIdSecretPair
 
toString() - Method in enum top.hmtools.wxmp.core.configuration.EUrlServer
 
toString() - Method in class top.hmtools.wxmp.core.model.AccessTokenBean
 
toString() - Method in class top.hmtools.wxmp.core.model.ErrcodeBean
 
toString() - Method in enum top.hmtools.wxmp.core.model.message.enums.Event
 
toString() - Method in enum top.hmtools.wxmp.core.model.message.enums.MsgType
 
toString() - Method in class top.hmtools.wxmp.core.model.MessageMetaInfo
 
toString() - Method in enum top.hmtools.wxmp.material.enums.MediaType
 
toString() - Method in class top.hmtools.wxmp.material.model.Articles
 
toString() - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialParam
 
toString() - Method in class top.hmtools.wxmp.material.model.BatchgetMaterialResult
 
toString() - Method in class top.hmtools.wxmp.material.model.ContentResult
 
toString() - Method in class top.hmtools.wxmp.material.model.DescriptionBean
 
toString() - Method in class top.hmtools.wxmp.material.model.ItemResult
 
toString() - Method in class top.hmtools.wxmp.material.model.MaterialCountResult
 
toString() - Method in class top.hmtools.wxmp.material.model.MaterialResult
 
toString() - Method in class top.hmtools.wxmp.material.model.MediaBean
 
toString() - Method in class top.hmtools.wxmp.material.model.MediaParam
 
toString() - Method in class top.hmtools.wxmp.material.model.NewsBeanForUpdate
 
toString() - Method in class top.hmtools.wxmp.material.model.UploadParam
 
toString() - Method in class top.hmtools.wxmp.material.model.VideoResult
 
toString() - Method in class top.hmtools.wxmp.menu.models.conditional.ConditionalBean
 
toString() - Method in class top.hmtools.wxmp.menu.models.conditional.ConditionalMenuBean
 
toString() - Method in class top.hmtools.wxmp.menu.models.conditional.MatchruleBean
 
toString() - Method in class top.hmtools.wxmp.menu.models.conditional.TryMatchParamBean
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ClickEventMessage
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicSysPhotoEventMessage
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.PicWeixinEventMessage
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScanCodeInfo
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodePushEventMessage
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ScancodeWaitmsgEventMessage
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendLocationInfo
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendPicItem
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.SendPicsInfo
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ViewEventMessage
 
toString() - Method in class top.hmtools.wxmp.menu.models.eventMessage.ViewMiniprogramEventMessage
 
toString() - Method in class top.hmtools.wxmp.menu.models.simple.Button
 
toString() - Method in class top.hmtools.wxmp.menu.models.simple.CurrentSelfMenuInfoBean
 
toString() - Method in class top.hmtools.wxmp.menu.models.simple.MenuBean
 
toString() - Method in class top.hmtools.wxmp.menu.models.simple.MenuWapperBean
 
toString() - Method in class top.hmtools.wxmp.menu.models.simple.NewsInfoBean
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.KfAccountListResult
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.ImageCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MenuCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MiniProgramCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MpnewsCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.MusicCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.NewsCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.TextBean
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.TextCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.VideoCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.VoiceCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.customerService.model.sendMessage.WxcardCustomerServiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.eventPush.model.QRSubscribeEventMessage
 
toString() - Method in class top.hmtools.wxmp.message.eventPush.model.SubscribeEventMessage
 
toString() - Method in class top.hmtools.wxmp.message.eventPush.model.UnsubscribeEventMessage
 
toString() - Method in class top.hmtools.wxmp.message.group.model.event.CopyrightCheckResultType
 
toString() - Method in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
toString() - Method in class top.hmtools.wxmp.message.group.model.event.ItemType
 
toString() - Method in class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.GroupMessageSendStatusResult
 
toString() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.BaseOpenIdGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.ImageOpenIdGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpnewsOpenIdGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.MpVideoOpenIdGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.OpenIdGroupSendResult
 
toString() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.TextOpenIdGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.VoiceOpenIdGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.openIdGroupSend.WxcardOpenIdGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.preview.ImagePreviewParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.preview.MpnewsPreviewParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.preview.MpvedioPreviewParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.preview.PreviewResult
 
toString() - Method in class top.hmtools.wxmp.message.group.model.preview.TextPreviewParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.preview.VoicePreviewParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.preview.WxcardPreviewParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.SpeedParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.SpeedResult
 
toString() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.BaseTagGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.ImageTagGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.MpnewsTagGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.TagGroupSendResult
 
toString() - Method in enum top.hmtools.wxmp.message.group.model.tagGroupSend.TagMsgType
 
toString() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.TextTagGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.VideoTagGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.VoiceTagGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.tagGroupSend.WxcardTagGroupSendParam
 
toString() - Method in class top.hmtools.wxmp.message.group.model.UploadImageResult
 
toString() - Method in class top.hmtools.wxmp.message.ordinary.model.LocationMessage
 
toString() - Method in class top.hmtools.wxmp.message.ordinary.model.ShortvideoMessage
 
toString() - Method in class top.hmtools.wxmp.message.ordinary.model.TextMessage
 
toString() - Method in class top.hmtools.wxmp.message.ordinary.model.VideoMessage
 
toString() - Method in class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
 
toString() - Method in class top.hmtools.wxmp.message.reply.model.ReplyArticle
 
toString() - Method in class top.hmtools.wxmp.message.reply.model.ReplyImage
 
toString() - Method in class top.hmtools.wxmp.message.reply.model.ReplyImageMessage
 
toString() - Method in class top.hmtools.wxmp.message.reply.model.ReplyMusic
 
toString() - Method in class top.hmtools.wxmp.message.reply.model.ReplyTextMessage
 
toString() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideo
 
toString() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVideoMessage
 
toString() - Method in class top.hmtools.wxmp.message.reply.model.ReplyVoice
 
toString() - Method in class top.hmtools.wxmp.message.template.model.event.TemplateMessageSendedEvent
 
toString() - Method in class top.hmtools.wxmp.message.template.model.GetIndustryResult
 
toString() - Method in class top.hmtools.wxmp.message.template.model.Industry
 
toString() - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageParam
 
toString() - Method in class top.hmtools.wxmp.message.template.model.SendTemplateMessageResult
 
toString() - Method in class top.hmtools.wxmp.message.template.model.SetIndustryParam
 
toString() - Method in class top.hmtools.wxmp.message.template.model.TemplateIdResult
 
toString() - Method in class top.hmtools.wxmp.user.model.BatchUserInfoResult
 
toString() - Method in class top.hmtools.wxmp.user.model.BlackListResult
 
toString() - Method in class top.hmtools.wxmp.user.model.Data
 
toString() - Method in class top.hmtools.wxmp.user.model.eventMessage.LocationMessage
 
toString() - Method in class top.hmtools.wxmp.user.model.TagFunsParam
 
toString() - Method in class top.hmtools.wxmp.user.model.TagFunsResult
 
toString() - Method in class top.hmtools.wxmp.user.model.TagListResult
 
toString() - Method in class top.hmtools.wxmp.user.model.TagParam
 
toString() - Method in class top.hmtools.wxmp.user.model.TagResult
 
toString() - Method in class top.hmtools.wxmp.user.model.TagsWapperResult
 
toString() - Method in class top.hmtools.wxmp.user.model.TagWapperParam
 
toString() - Method in class top.hmtools.wxmp.user.model.TagWapperResult
 
toString() - Method in class top.hmtools.wxmp.user.model.UserInfoResult
 
toString() - Method in class top.hmtools.wxmp.user.model.UserListResult
 
toString() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2ATBean
 
toString() - Method in enum top.hmtools.wxmp.webpage.authorize.OAuth2Tools.EScope
 
toString() - Method in class top.hmtools.wxmp.webpage.authorize.OAuth2UserBean
 
toString() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsapiTicketResult
 
toString() - Method in class top.hmtools.wxmp.webpage.jsSdk.JsConfigVO
 
toString() - Method in class top.hmtools.wxmp.webpage.models.TicketResult
 
totalCount - Variable in class top.hmtools.wxmp.message.group.model.event.GroupMessageSendEvent
 
touser - Variable in class top.hmtools.wxmp.message.customerService.model.BaseSendMessageParam
接收消息的用户openID
touser - Variable in class top.hmtools.wxmp.message.group.model.openIdGroupSend.BaseOpenIdGroupSendParam
 
touser - Variable in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
toUserName - Variable in class top.hmtools.wxmp.core.model.message.BaseMessage
接收方微信号
towxname - Variable in class top.hmtools.wxmp.message.group.model.preview.BasePreviewParam
 
toXmlMsg() - Method in class top.hmtools.wxmp.core.model.message.BaseMessage
将本对象实例转换成 微信公众号 接口文档所要求的XML格式字符串
tryMatch(TryMatchParamBean) - Method in interface top.hmtools.wxmp.menu.apis.IConditionalMenuApi
测试个性化菜单匹配结果
TryMatchParamBean - Class in top.hmtools.wxmp.menu.models.conditional
测试个性化菜单匹配结果 接口用 请求参数描述实体类
TryMatchParamBean() - Constructor for class top.hmtools.wxmp.menu.models.conditional.TryMatchParamBean
 
typingStatus(TypingStatusParam) - Method in interface top.hmtools.wxmp.message.customerService.apis.ICustomerServiceApi
客服输入状态
TypingStatusParam - Class in top.hmtools.wxmp.message.customerService.model
Auto-generated: 2019-08-25 19:18:16
TypingStatusParam() - Constructor for class top.hmtools.wxmp.message.customerService.model.TypingStatusParam
 

U

unmarkelectComment(UserCommentParam) - Method in interface top.hmtools.wxmp.comment.apis.ICommentApi
2.5 将评论取消精选
UnsubscribeEventMessage - Class in top.hmtools.wxmp.message.eventPush.model
关注/取消关注事件 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[FromUser]]></FromUserName> <CreateTime>123456789</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[subscribe]]></Event> </xml>
UnsubscribeEventMessage() - Constructor for class top.hmtools.wxmp.message.eventPush.model.UnsubscribeEventMessage
 
update(TagWapperParam) - Method in interface top.hmtools.wxmp.user.apis.ITagsApi
3.
updateKfAcount(KfAccountParam) - Method in interface top.hmtools.wxmp.message.customerService.apis.ICustomerServiceApi
修改客服账号
updateNews(NewsBeanForUpdate) - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
修改永久图文素材
1、也可以在公众平台官网素材管理模块中保存的图文消息(永久图文素材)
updateRemark(RemarkParam) - Method in interface top.hmtools.wxmp.user.apis.IRemarkApi
设置用户备注名
uploadHeadImg(UploadHeadImgParam) - Method in interface top.hmtools.wxmp.message.customerService.apis.ICustomerServiceApi
设置客服帐号的头像
UploadHeadImgParam - Class in top.hmtools.wxmp.message.customerService.model
 
UploadHeadImgParam() - Constructor for class top.hmtools.wxmp.message.customerService.model.UploadHeadImgParam
 
uploadImage(UploadImageParam) - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
上传图文消息内的图片获取URL【订阅号与服务号认证后均可用】
uploadImageForNews(UploadParam) - Method in interface top.hmtools.wxmp.material.apis.IForeverApi
上传图文消息内的图片获取URL
本接口所上传的图片不占用公众号的素材库中图片数量的5000个的限制。图片仅支持jpg/png格式,大小必须在1MB以下。
UploadImageParam - Class in top.hmtools.wxmp.message.group.model
 
UploadImageParam() - Constructor for class top.hmtools.wxmp.message.group.model.UploadImageParam
 
UploadImageResult - Class in top.hmtools.wxmp.message.group.model
 
UploadImageResult() - Constructor for class top.hmtools.wxmp.message.group.model.UploadImageResult
 
uploadMedia(UploadParam) - Method in interface top.hmtools.wxmp.material.apis.ITemporaryApi
上传临时素材
uploadNews(UploadNewsParam) - Method in interface top.hmtools.wxmp.message.group.apis.IGroupMessageApi
上传图文消息素材【订阅号与服务号认证后均可用】
UploadNewsParam - Class in top.hmtools.wxmp.message.group.model
Auto-generated: 2019-08-26 9:52:46
UploadNewsParam() - Constructor for class top.hmtools.wxmp.message.group.model.UploadNewsParam
 
UploadNewsResult - Class in top.hmtools.wxmp.message.group.model
Auto-generated: 2019-08-26 9:57:8
UploadNewsResult() - Constructor for class top.hmtools.wxmp.message.group.model.UploadNewsResult
 
UploadParam - Class in top.hmtools.wxmp.material.model
 
UploadParam() - Constructor for class top.hmtools.wxmp.material.model.UploadParam
 
UserCommentParam - Class in top.hmtools.wxmp.comment.models
 
UserCommentParam() - Constructor for class top.hmtools.wxmp.comment.models.UserCommentParam
 
userDeclareState - Variable in class top.hmtools.wxmp.message.group.model.event.ItemType
 
UserInfoParam - Class in top.hmtools.wxmp.user.model
 
UserInfoParam() - Constructor for class top.hmtools.wxmp.user.model.UserInfoParam
 
UserInfoResult - Class in top.hmtools.wxmp.user.model
Auto-generated: 2019-08-14 17:41:49
UserInfoResult() - Constructor for class top.hmtools.wxmp.user.model.UserInfoResult
 
UserListParam - Class in top.hmtools.wxmp.user.model
 
UserListParam() - Constructor for class top.hmtools.wxmp.user.model.UserListParam
 
UserListResult - Class in top.hmtools.wxmp.user.model
Auto-generated: 2019-08-14 22:27:27
UserListResult() - Constructor for class top.hmtools.wxmp.user.model.UserListResult
 

V

valueOf(String) - Static method in enum top.hmtools.wxmp.account.enums.EQRActionName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.account.enums.EVerifyEventMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.core.configuration.EUrlServer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.core.enums.HttpMethods
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.core.enums.HttpParamDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.core.enums.HttpParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.core.httpclient.responseHandler.EResponseHandler
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.core.model.message.enums.Event
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.core.model.message.enums.MsgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.material.enums.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.menu.enums.EMenuEventMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.message.group.model.tagGroupSend.TagMsgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.user.enums.EUserEventMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.user.enums.LangType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.webpage.authorize.OAuth2Tools.EScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum top.hmtools.wxmp.webpage.jsSdk.ESignType
Returns the enum constant of this type with the specified name.
values() - Static method in enum top.hmtools.wxmp.account.enums.EQRActionName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.account.enums.EVerifyEventMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.core.configuration.EUrlServer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.core.enums.HttpMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.core.enums.HttpParamDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.core.enums.HttpParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.core.httpclient.responseHandler.EResponseHandler
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.core.model.message.enums.Event
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.core.model.message.enums.MsgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.material.enums.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.menu.enums.EMenuEventMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.message.group.model.tagGroupSend.TagMsgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.user.enums.EUserEventMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.user.enums.LangType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.webpage.authorize.OAuth2Tools.EScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum top.hmtools.wxmp.webpage.jsSdk.ESignType
Returns an array containing the constants of this enum type, in the order they are declared.
VerifyExpired - Class in top.hmtools.wxmp.account.models.eventMessage
认证过期失效通知审通知 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1442400900</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[verify_expired]]></Event> <ExpiredTime>1442400900</ExpiredTime> </xml>
VerifyExpired() - Constructor for class top.hmtools.wxmp.account.models.eventMessage.VerifyExpired
 
Video - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
Auto-generated: 2019-08-25 15:37:57
Video() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.Video
 
VideoCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理--客服消息--发送视频消息
VideoCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.VideoCustomerServiceMessage
 
VideoMessage - Class in top.hmtools.wxmp.message.ordinary.model
视频消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1357290913</CreateTime> <MsgType><![CDATA[video]]></MsgType> <MediaId><![CDATA[media_id]]></MediaId> <ThumbMediaId><![CDATA[thumb_media_id]]></ThumbMediaId> <MsgId>1234567890123456</MsgId> </xml>
VideoMessage() - Constructor for class top.hmtools.wxmp.message.ordinary.model.VideoMessage
 
VideoResult - Class in top.hmtools.wxmp.material.model
 
VideoResult() - Constructor for class top.hmtools.wxmp.material.model.VideoResult
 
VideoTagGroupSendParam - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
视频,请注意,此处视频的media_id需通过POST请求到下述接口特别地得到:
VideoTagGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.VideoTagGroupSendParam
 
ViewEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
点击菜单跳转链接时的事件推送
推送XML数据包示例:
ViewEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.ViewEventMessage
 
ViewMenuEventMessage - Class in top.hmtools.wxmp.message.eventPush.model
自定义菜单事件 之 点击菜单跳转链接时的事件推送 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[FromUser]]></FromUserName> <CreateTime>123456789</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[VIEW]]></Event> <EventKey><![CDATA[www.qq.com]]></EventKey> </xml>
ViewMenuEventMessage() - Constructor for class top.hmtools.wxmp.message.eventPush.model.ViewMenuEventMessage
 
ViewMiniprogramEventMessage - Class in top.hmtools.wxmp.menu.models.eventMessage
点击菜单跳转小程序的事件推送
ViewMiniprogramEventMessage() - Constructor for class top.hmtools.wxmp.menu.models.eventMessage.ViewMiniprogramEventMessage
 
VoiceCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理 之 客服消息 之 语音消息
VoiceCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.VoiceCustomerServiceMessage
 
VoiceMessage - Class in top.hmtools.wxmp.message.ordinary.model
语音消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>1357290913</CreateTime> <MsgType><![CDATA[voice]]></MsgType> <MediaId><![CDATA[media_id]]></MediaId> <Format><![CDATA[Format]]></Format> <MsgId>1234567890123456</MsgId> </xml>
VoiceMessage() - Constructor for class top.hmtools.wxmp.message.ordinary.model.VoiceMessage
 
VoiceOpenIdGroupSendParam - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
语音:
VoiceOpenIdGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.VoiceOpenIdGroupSendParam
 
VoicePreviewParam - Class in top.hmtools.wxmp.message.group.model.preview
 
VoicePreviewParam() - Constructor for class top.hmtools.wxmp.message.group.model.preview.VoicePreviewParam
 
VoiceTagGroupSendParam - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
语音/音频(注意此处media_id需通过素材管理->新增素材来得到):
VoiceTagGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.VoiceTagGroupSendParam
 

W

Wxcard - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
Auto-generated: 2019-08-25 18:15:23
Wxcard() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.Wxcard
 
Wxcard - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
Auto-generated: 2019-08-26 11:16:6
Wxcard() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.Wxcard
 
Wxcard - Class in top.hmtools.wxmp.message.group.model.preview
Auto-generated: 2019-08-27 18:20:24
Wxcard() - Constructor for class top.hmtools.wxmp.message.group.model.preview.Wxcard
 
Wxcard - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
Auto-generated: 2019-08-26 11:16:6
Wxcard() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.Wxcard
 
WxcardCustomerServiceMessage - Class in top.hmtools.wxmp.message.customerService.model.sendMessage
消息管理--客服消息--发送卡券
WxcardCustomerServiceMessage() - Constructor for class top.hmtools.wxmp.message.customerService.model.sendMessage.WxcardCustomerServiceMessage
 
WxcardOpenIdGroupSendParam - Class in top.hmtools.wxmp.message.group.model.openIdGroupSend
 
WxcardOpenIdGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.openIdGroupSend.WxcardOpenIdGroupSendParam
 
WxcardPreviewParam - Class in top.hmtools.wxmp.message.group.model.preview
 
WxcardPreviewParam() - Constructor for class top.hmtools.wxmp.message.group.model.preview.WxcardPreviewParam
 
WxcardTagGroupSendParam - Class in top.hmtools.wxmp.message.group.model.tagGroupSend
卡券消息(注意图文消息的media_id需要通过上述方法来得到):
WxcardTagGroupSendParam() - Constructor for class top.hmtools.wxmp.message.group.model.tagGroupSend.WxcardTagGroupSendParam
 
WxmpApi - Annotation Type in top.hmtools.wxmp.core.annotation
 
WxmpConfiguration - Class in top.hmtools.wxmp.core.configuration
 
WxmpConfiguration() - Constructor for class top.hmtools.wxmp.core.configuration.WxmpConfiguration
 
wxmpConfiguration - Variable in class top.hmtools.wxmp.core.WxmpSession
 
WxmpController - Annotation Type in top.hmtools.wxmp.core.annotation
使用此注解修饰后,该类才允许用于接收微信事件通知
仿照spring MVC实现,使用时,还需结合 WxmpRequestMapping
WxmpMapper - Annotation Type in top.hmtools.wxmp.core.annotation
 
WxmpMessage - Annotation Type in top.hmtools.wxmp.core.annotation
消息类实体类注解
被此注解修饰的类,可以被尝试从微信侧接收到的xml数据包中获取数据
WxmpParam - Annotation Type in top.hmtools.wxmp.core.annotation
 
WxmpRequestMapping - Annotation Type in top.hmtools.wxmp.core.annotation
本注解参照spring MVC中@requestMapping注解实现,使用时须结合 WxmpController,以达到接收到 微信事件通知消息后使用相应的方法处理消息
WxmpSession - Class in top.hmtools.wxmp.core
 
WxmpSession(WxmpConfiguration) - Constructor for class top.hmtools.wxmp.core.WxmpSession
 
WxmpSessionFactory - Class in top.hmtools.wxmp.core
会话工厂
WxmpSessionFactory(WxmpConfiguration) - Constructor for class top.hmtools.wxmp.core.WxmpSessionFactory
 
WxmpSessionFactoryBuilder - Class in top.hmtools.wxmp.core
 
WxmpSessionFactoryBuilder() - Constructor for class top.hmtools.wxmp.core.WxmpSessionFactoryBuilder
 

X

XStreamTools - Class in top.hmtools.wxmp.core.tools
XML 与 Javabean 相互转换工具
XStreamTools() - Constructor for class top.hmtools.wxmp.core.tools.XStreamTools
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2020. All rights reserved.