public class AlipaySocialBaseChatSendModel extends AlipayObject
| Constructor and Description |
|---|
AlipaySocialBaseChatSendModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizMemo()
Gets biz memo.
|
String |
getClientMsgId()
Gets client msg id.
|
String |
getLink()
Gets link.
|
String |
getReceiverId()
Gets receiver id.
|
String |
getReceiverUsertype()
Gets receiver usertype.
|
String |
getTemplateData()
Gets template data.
|
String |
getTemplateType()
Gets template type.
|
void |
setBizMemo(String bizMemo)
Sets biz memo.
|
void |
setClientMsgId(String clientMsgId)
Sets client msg id.
|
void |
setLink(String link)
Sets link.
|
void |
setReceiverId(String receiverId)
Sets receiver id.
|
void |
setReceiverUsertype(String receiverUsertype)
Sets receiver usertype.
|
void |
setTemplateData(String templateData)
Sets template data.
|
void |
setTemplateType(String templateType)
Sets template type.
|
public String getBizMemo()
public void setBizMemo(String bizMemo)
bizMemo - the biz memopublic String getClientMsgId()
public void setClientMsgId(String clientMsgId)
clientMsgId - the client msg idpublic String getLink()
public void setLink(String link)
link - the linkpublic String getReceiverId()
public void setReceiverId(String receiverId)
receiverId - the receiver idpublic String getReceiverUsertype()
public void setReceiverUsertype(String receiverUsertype)
receiverUsertype - the receiver usertypepublic String getTemplateData()
public void setTemplateData(String templateData)
templateData - the template datapublic String getTemplateType()
public void setTemplateType(String templateType)
templateType - the template typeCopyright © 2018. All rights reserved.