Class NotifyMessage

  • All Implemented Interfaces:
    Serializable

    public class NotifyMessage
    extends Object
    implements Serializable
    消息提醒对象
    Since:
    JDK 1.6
    Author:
    jinyu(foxinmy@gmail.com)
    See Also:
    Text, Image, Voice, Video, File, News, MpNews, Serialized Form
    • Constructor Detail

      • NotifyMessage

        public NotifyMessage​(int agentid,
                             com.foxinmy.weixin4j.tuple.NotifyTuple tuple)
      • NotifyMessage

        public NotifyMessage​(int agentId,
                             com.foxinmy.weixin4j.tuple.NotifyTuple tuple,
                             IdParameter target,
                             boolean isSafe)
    • Method Detail

      • getAgentId

        public int getAgentId()
      • getTuple

        public com.foxinmy.weixin4j.tuple.NotifyTuple getTuple()
      • setTarget

        public void setTarget​(IdParameter target)
      • getSafe

        public int getSafe()
      • setSafe

        public void setSafe​(boolean isSafe)