public class Material extends AlipayObject
| Constructor and Description |
|---|
Material() |
| Modifier and Type | Method and Description |
|---|---|
List<Article> |
getArticles()
Gets articles.
|
String |
getMsgType()
Gets msg type.
|
Text |
getText()
Gets text.
|
void |
setArticles(List<Article> articles)
Sets articles.
|
void |
setMsgType(String msgType)
Sets msg type.
|
void |
setText(Text text)
Sets text.
|
public void setArticles(List<Article> articles)
articles - the articlespublic 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.