public class AlipayOpenAppMsgDingSendModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayOpenAppMsgDingSendModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAgentId() |
String |
getContent() |
String |
getGotoUrl() |
String |
getImageUrl() |
String |
getMsgType() |
String |
getReceiver() |
String |
getTitle() |
List<String> |
getUserIds() |
void |
setAgentId(String agentId) |
void |
setContent(String content) |
void |
setGotoUrl(String gotoUrl) |
void |
setImageUrl(String imageUrl) |
void |
setMsgType(String msgType) |
void |
setReceiver(String receiver) |
void |
setTitle(String title) |
void |
setUserIds(List<String> userIds) |
public String getAgentId()
public void setAgentId(String agentId)
public String getContent()
public void setContent(String content)
public String getGotoUrl()
public void setGotoUrl(String gotoUrl)
public String getImageUrl()
public void setImageUrl(String imageUrl)
public String getMsgType()
public void setMsgType(String msgType)
public String getReceiver()
public void setReceiver(String receiver)
public String getTitle()
public void setTitle(String title)
Copyright © 2020. All rights reserved.