Package com.foxinmy.weixin4j.response
Interface WeixinResponse
-
- All Known Implementing Classes:
BlankResponse
,ImageResponse
,MusicResponse
,NewsResponse
,SingleResponse
,TextResponse
,TransferCustomerResponse
,VideoResponse
,VoiceResponse
public interface WeixinResponse
微信被动消息回复- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
TextResponse
,ImageResponse
,MusicResponse
,VoiceResponse
,VideoResponse
,NewsResponse
,TransferCustomerResponse
,SingleResponse
,BlankResponse
, 订阅号、服务号的被动响应消息, 企业号的被动响应消息
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMsgType()
回复的消息类型String
toContent()
回复的消息内容
-