com.foxinmy.weixin4j.mp.message
Class NotifyMessage

java.lang.Object
  extended by 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
NotifyMessage(String touser, NotifyTuple tuple)
           
 
Method Summary
 String getTouser()
           
 NotifyTuple getTuple()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotifyMessage

public NotifyMessage(String touser,
                     NotifyTuple tuple)
Method Detail

getTouser

public String getTouser()

getTuple

public NotifyTuple getTuple()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.