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
消息提醒对象
-
-
Constructor Summary
Constructors Constructor Description NotifyMessage(int agentid, NotifyTuple tuple)
NotifyMessage(int agentId, 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()
NotifyTuple
getTuple()
void
setSafe(boolean isSafe)
void
setTarget(IdParameter target)
String
toString()
-
-
-
Constructor Detail
-
NotifyMessage
public NotifyMessage(int agentid, NotifyTuple tuple)
-
NotifyMessage
public NotifyMessage(int agentId, NotifyTuple tuple, IdParameter target, boolean isSafe)
-
-
Method Detail
-
getAgentId
public int getAgentId()
-
getTuple
public NotifyTuple getTuple()
-
getTarget
public IdParameter getTarget()
-
setTarget
public void setTarget(IdParameter target)
-
getSafe
public int getSafe()
-
setSafe
public void setSafe(boolean isSafe)
-
-