public class AlipayOpenPublicMessageGroupSendModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicMessageGroupSendModel() |
Modifier and Type | Method and Description |
---|---|
List<Article> |
getArticles()
Gets articles.
|
String |
getGroupId()
Gets group id.
|
Image |
getImage()
Gets image.
|
String |
getMsgType()
Gets msg type.
|
Text |
getText()
Gets text.
|
void |
setArticles(List<Article> articles)
Sets articles.
|
void |
setGroupId(String groupId)
Sets group id.
|
void |
setImage(Image image)
Sets image.
|
void |
setMsgType(String msgType)
Sets msg type.
|
void |
setText(Text text)
Sets text.
|
public AlipayOpenPublicMessageGroupSendModel()
public void setArticles(List<Article> articles)
articles
- the articlespublic String getGroupId()
public void setGroupId(String groupId)
groupId
- the group idpublic Image getImage()
public void setImage(Image image)
image
- the imagepublic String getMsgType()
public void setMsgType(String msgType)
msgType
- the msg typepublic Text getText()
public void setText(Text text)
text
- the textCopyright © 2018. All rights reserved.