Class CustomMessage
- java.lang.Object
-
- com.foxinmy.weixin4j.wxa.model.custommessage.CustomMessage
-
- All Implemented Interfaces:
Serializable
public class CustomMessage extends Object implements Serializable
客服消息。- Since:
- 1.8
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getToUser()
NotifyTuple
getTuple()
void
setToUser(String toUser)
void
setTuple(NotifyTuple tuple)
TheNotifyTuple
.
-
-
-
Method Detail
-
getToUser
public String getToUser()
-
setToUser
public void setToUser(String toUser)
-
getTuple
public NotifyTuple getTuple()
-
setTuple
public void setTuple(NotifyTuple tuple)
TheNotifyTuple
.- Parameters:
tuple
- the tuple.- See Also:
Text
,Image
,Link
,MiniProgramPage
-
-