public class AlipayOpenPublicMessageContentModifyModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicMessageContentModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBenefit()
Gets benefit.
|
String |
getContent()
Gets content.
|
String |
getContentId()
Gets content id.
|
String |
getCouldComment()
Gets could comment.
|
String |
getCover()
Gets cover.
|
String |
getCtype()
Gets ctype.
|
String |
getExtTags()
Gets ext tags.
|
String |
getLoginIds()
Gets login ids.
|
String |
getTitle()
Gets title.
|
void |
setBenefit(String benefit)
Sets benefit.
|
void |
setContent(String content)
Sets content.
|
void |
setContentId(String contentId)
Sets content id.
|
void |
setCouldComment(String couldComment)
Sets could comment.
|
void |
setCover(String cover)
Sets cover.
|
void |
setCtype(String ctype)
Sets ctype.
|
void |
setExtTags(String extTags)
Sets ext tags.
|
void |
setLoginIds(String loginIds)
Sets login ids.
|
void |
setTitle(String title)
Sets title.
|
public AlipayOpenPublicMessageContentModifyModel()
public String getBenefit()
public void setBenefit(String benefit)
benefit
- the benefitpublic String getContent()
public void setContent(String content)
content
- the contentpublic String getContentId()
public void setContentId(String contentId)
contentId
- the content idpublic String getCouldComment()
public void setCouldComment(String couldComment)
couldComment
- the could commentpublic String getCover()
public void setCover(String cover)
cover
- the coverpublic String getCtype()
public void setCtype(String ctype)
ctype
- the ctypepublic String getExtTags()
public void setExtTags(String extTags)
extTags
- the ext tagspublic String getLoginIds()
public void setLoginIds(String loginIds)
loginIds
- the login idspublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.