public class AlipayCommerceIotMsgcenterSendModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayCommerceIotMsgcenterSendModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContent() |
Long |
getDatetime() |
String |
getExtInfo() |
Boolean |
getIsSupportLink() |
String |
getLink() |
String |
getTitle() |
Long |
getType() |
String |
getUserId() |
void |
setContent(String content) |
void |
setDatetime(Long datetime) |
void |
setExtInfo(String extInfo) |
void |
setIsSupportLink(Boolean isSupportLink) |
void |
setLink(String link) |
void |
setTitle(String title) |
void |
setType(Long type) |
void |
setUserId(String userId) |
public String getContent()
public void setContent(String content)
public Long getDatetime()
public void setDatetime(Long datetime)
public String getExtInfo()
public void setExtInfo(String extInfo)
public Boolean getIsSupportLink()
public void setIsSupportLink(Boolean isSupportLink)
public String getLink()
public void setLink(String link)
public String getTitle()
public void setTitle(String title)
public Long getType()
public void setType(Long type)
public String getUserId()
public void setUserId(String userId)
Copyright © 2020. All rights reserved.