Package com.foxinmy.weixin4j.qy.message
Class NotifyMessage
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.message.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 Summary
Constructors Constructor Description NotifyMessage(int agentid, com.foxinmy.weixin4j.tuple.NotifyTuple tuple)
NotifyMessage(int agentId, com.foxinmy.weixin4j.tuple.NotifyTuple tuple, IdParameter target, boolean isSafe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAgentId()
int
getSafe()
IdParameter
getTarget()
com.foxinmy.weixin4j.tuple.NotifyTuple
getTuple()
void
setSafe(boolean isSafe)
void
setTarget(IdParameter target)
String
toString()
-
-
-
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()
-
getTarget
public IdParameter getTarget()
-
setTarget
public void setTarget(IdParameter target)
-
getSafe
public int getSafe()
-
setSafe
public void setSafe(boolean isSafe)
-
-