public static class OapiSmartbotMsgPushRequest.Msg extends TaobaoObject
| Constructor and Description |
|---|
Msg() |
| Modifier and Type | Method and Description |
|---|---|
OapiSmartbotMsgPushRequest.ActionCard |
getActionCard() |
OapiSmartbotMsgPushRequest.Markdown |
getMarkdown() |
String |
getMsgtype() |
OapiSmartbotMsgPushRequest.Text |
getText() |
void |
setActionCard(OapiSmartbotMsgPushRequest.ActionCard actionCard) |
void |
setMarkdown(OapiSmartbotMsgPushRequest.Markdown markdown) |
void |
setMsgtype(String msgtype) |
void |
setText(OapiSmartbotMsgPushRequest.Text text) |
public OapiSmartbotMsgPushRequest.ActionCard getActionCard()
public void setActionCard(OapiSmartbotMsgPushRequest.ActionCard actionCard)
public OapiSmartbotMsgPushRequest.Markdown getMarkdown()
public void setMarkdown(OapiSmartbotMsgPushRequest.Markdown markdown)
public String getMsgtype()
public void setMsgtype(String msgtype)
public OapiSmartbotMsgPushRequest.Text getText()
public void setText(OapiSmartbotMsgPushRequest.Text text)
Copyright © 2021. All rights reserved.