public class AlipayOpenPublicMessageCustomSendModel extends AlipayObject
| Constructor and Description |
|---|
AlipayOpenPublicMessageCustomSendModel() |
| Modifier and Type | Method and Description |
|---|---|
List<Article> |
getArticles()
Gets articles.
|
String |
getChat()
Gets chat.
|
String |
getEventType()
Gets event type.
|
String |
getMsgType()
Gets msg type.
|
Text |
getText()
Gets text.
|
String |
getToUserId()
Gets to user id.
|
void |
setArticles(List<Article> articles)
Sets articles.
|
void |
setChat(String chat)
Sets chat.
|
void |
setEventType(String eventType)
Sets event type.
|
void |
setMsgType(String msgType)
Sets msg type.
|
void |
setText(Text text)
Sets text.
|
void |
setToUserId(String toUserId)
Sets to user id.
|
public AlipayOpenPublicMessageCustomSendModel()
public void setArticles(List<Article> articles)
articles - the articlespublic String getChat()
public void setChat(String chat)
chat - the chatpublic String getEventType()
public void setEventType(String eventType)
eventType - the event typepublic String getMsgType()
public void setMsgType(String msgType)
msgType - the msg typepublic Text getText()
public void setText(Text text)
text - the textpublic String getToUserId()
public void setToUserId(String toUserId)
toUserId - the to user idCopyright © 2018. All rights reserved.