public class AlipayCommerceIotMsgcenterSendModel extends AlipayObject
| Constructor and Description |
|---|
AlipayCommerceIotMsgcenterSendModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets content.
|
Long |
getDatetime()
Gets datetime.
|
String |
getExtInfo()
Gets ext info.
|
Boolean |
getIsSupportLink()
Gets is support link.
|
String |
getLink()
Gets link.
|
String |
getTitle()
Gets title.
|
Long |
getType()
Gets type.
|
String |
getUserId()
Gets user id.
|
void |
setContent(String content)
Sets content.
|
void |
setDatetime(Long datetime)
Sets datetime.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setIsSupportLink(Boolean isSupportLink)
Sets is support link.
|
void |
setLink(String link)
Sets link.
|
void |
setTitle(String title)
Sets title.
|
void |
setType(Long type)
Sets type.
|
void |
setUserId(String userId)
Sets user id.
|
public String getContent()
public void setContent(String content)
content - the contentpublic Long getDatetime()
public void setDatetime(Long datetime)
datetime - the datetimepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo - the ext infopublic Boolean getIsSupportLink()
public void setIsSupportLink(Boolean isSupportLink)
isSupportLink - the is support linkpublic String getLink()
public void setLink(String link)
link - the linkpublic String getTitle()
public void setTitle(String title)
title - the titlepublic Long getType()
public void setType(Long type)
type - the typepublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.