public class GroupMessageVO extends AlipayObject
| 构造器和说明 |
|---|
GroupMessageVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
CouponMsgVO |
getCouponMsgContent() |
ImageMsgVO |
getImageMsgContent() |
LinkMsgVO |
getLinkMsgContent() |
String |
getMsgType() |
TextMsgVO |
getTextMsgContent() |
TinyAppMsgVO |
getTinyAppMsgContent() |
void |
setCouponMsgContent(CouponMsgVO couponMsgContent) |
void |
setImageMsgContent(ImageMsgVO imageMsgContent) |
void |
setLinkMsgContent(LinkMsgVO linkMsgContent) |
void |
setMsgType(String msgType) |
void |
setTextMsgContent(TextMsgVO textMsgContent) |
void |
setTinyAppMsgContent(TinyAppMsgVO tinyAppMsgContent) |
public CouponMsgVO getCouponMsgContent()
public void setCouponMsgContent(CouponMsgVO couponMsgContent)
public ImageMsgVO getImageMsgContent()
public void setImageMsgContent(ImageMsgVO imageMsgContent)
public LinkMsgVO getLinkMsgContent()
public void setLinkMsgContent(LinkMsgVO linkMsgContent)
public String getMsgType()
public void setMsgType(String msgType)
public TextMsgVO getTextMsgContent()
public void setTextMsgContent(TextMsgVO textMsgContent)
public TinyAppMsgVO getTinyAppMsgContent()
public void setTinyAppMsgContent(TinyAppMsgVO tinyAppMsgContent)
Copyright © 2024. All rights reserved.