Package com.foxinmy.weixin4j.mp.message
Class NotifyMessage
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.message.NotifyMessage
-
- All Implemented Interfaces:
Serializable
public class NotifyMessage extends Object implements Serializable
客服消息(48小时内不限制发送次数)- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
Text
,Image
,Voice
,Video
,Music
,News
, 发送客服消息, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotifyMessage(String touser, com.foxinmy.weixin4j.tuple.NotifyTuple tuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTouser()
com.foxinmy.weixin4j.tuple.NotifyTuple
getTuple()
String
toString()
-
-
-
Constructor Detail
-
NotifyMessage
public NotifyMessage(String touser, com.foxinmy.weixin4j.tuple.NotifyTuple tuple)
-
-