public class AlipayOverseasTravelContentCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayOverseasTravelContentCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets author.
|
String |
getCategoryCode()
Gets category code.
|
String |
getCategoryName()
Gets category name.
|
String |
getContent()
Gets content.
|
String |
getContentId()
Gets content id.
|
String |
getCover()
Gets cover.
|
String |
getDetailUrl()
Gets detail url.
|
List<String> |
getImageList()
Gets image list.
|
Long |
getModifiedDate()
Gets modified date.
|
List<ContentPoiData> |
getPoiList()
Gets poi list.
|
Long |
getPublishDate()
Gets publish date.
|
List<String> |
getTagList()
Gets tag list.
|
String |
getTitle()
Gets title.
|
void |
setAuthor(String author)
Sets author.
|
void |
setCategoryCode(String categoryCode)
Sets category code.
|
void |
setCategoryName(String categoryName)
Sets category name.
|
void |
setContent(String content)
Sets content.
|
void |
setContentId(String contentId)
Sets content id.
|
void |
setCover(String cover)
Sets cover.
|
void |
setDetailUrl(String detailUrl)
Sets detail url.
|
void |
setImageList(List<String> imageList)
Sets image list.
|
void |
setModifiedDate(Long modifiedDate)
Sets modified date.
|
void |
setPoiList(List<ContentPoiData> poiList)
Sets poi list.
|
void |
setPublishDate(Long publishDate)
Sets publish date.
|
void |
setTagList(List<String> tagList)
Sets tag list.
|
void |
setTitle(String title)
Sets title.
|
public AlipayOverseasTravelContentCreateModel()
public String getAuthor()
public void setAuthor(String author)
author
- the authorpublic String getCategoryCode()
public void setCategoryCode(String categoryCode)
categoryCode
- the category codepublic String getCategoryName()
public void setCategoryName(String categoryName)
categoryName
- the category namepublic String getContent()
public void setContent(String content)
content
- the contentpublic String getContentId()
public void setContentId(String contentId)
contentId
- the content idpublic String getCover()
public void setCover(String cover)
cover
- the coverpublic String getDetailUrl()
public void setDetailUrl(String detailUrl)
detailUrl
- the detail urlpublic void setImageList(List<String> imageList)
imageList
- the image listpublic Long getModifiedDate()
public void setModifiedDate(Long modifiedDate)
modifiedDate
- the modified datepublic List<ContentPoiData> getPoiList()
public void setPoiList(List<ContentPoiData> poiList)
poiList
- the poi listpublic Long getPublishDate()
public void setPublishDate(Long publishDate)
publishDate
- the publish datepublic void setTagList(List<String> tagList)
tagList
- the tag listpublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.