public class AlipayOpenAppMsgDingSendModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenAppMsgDingSendModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentId()
Gets agent id.
|
String |
getContent()
Gets content.
|
String |
getGotoUrl()
Gets goto url.
|
String |
getImageUrl()
Gets image url.
|
String |
getMsgType()
Gets msg type.
|
String |
getReceiver()
Gets receiver.
|
String |
getTitle()
Gets title.
|
List<String> |
getUserIds()
Gets user ids.
|
void |
setAgentId(String agentId)
Sets agent id.
|
void |
setContent(String content)
Sets content.
|
void |
setGotoUrl(String gotoUrl)
Sets goto url.
|
void |
setImageUrl(String imageUrl)
Sets image url.
|
void |
setMsgType(String msgType)
Sets msg type.
|
void |
setReceiver(String receiver)
Sets receiver.
|
void |
setTitle(String title)
Sets title.
|
void |
setUserIds(List<String> userIds)
Sets user ids.
|
public String getAgentId()
public void setAgentId(String agentId)
agentId
- the agent idpublic String getContent()
public void setContent(String content)
content
- the contentpublic String getGotoUrl()
public void setGotoUrl(String gotoUrl)
gotoUrl
- the goto urlpublic String getImageUrl()
public void setImageUrl(String imageUrl)
imageUrl
- the image urlpublic String getMsgType()
public void setMsgType(String msgType)
msgType
- the msg typepublic String getReceiver()
public void setReceiver(String receiver)
receiver
- the receiverpublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.