public class SceneMarketingContent extends AlipayObject
Constructor and Description |
---|
SceneMarketingContent() |
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Gets category.
|
String |
getIcon()
Gets icon.
|
String |
getImage()
Gets image.
|
String |
getMeaning()
Gets meaning.
|
String |
getMeaningDesc()
Gets meaning desc.
|
List<String> |
getTags()
Gets tags.
|
List<String> |
getTips()
Gets tips.
|
String |
getTitle()
Gets title.
|
String |
getType()
Gets type.
|
String |
getUrl()
Gets url.
|
void |
setCategory(String category)
Sets category.
|
void |
setIcon(String icon)
Sets icon.
|
void |
setImage(String image)
Sets image.
|
void |
setMeaning(String meaning)
Sets meaning.
|
void |
setMeaningDesc(String meaningDesc)
Sets meaning desc.
|
void |
setTags(List<String> tags)
Sets tags.
|
void |
setTips(List<String> tips)
Sets tips.
|
void |
setTitle(String title)
Sets title.
|
void |
setType(String type)
Sets type.
|
void |
setUrl(String url)
Sets url.
|
public String getCategory()
public void setCategory(String category)
category
- the categorypublic String getIcon()
public void setIcon(String icon)
icon
- the iconpublic String getImage()
public void setImage(String image)
image
- the imagepublic String getMeaning()
public void setMeaning(String meaning)
meaning
- the meaningpublic String getMeaningDesc()
public void setMeaningDesc(String meaningDesc)
meaningDesc
- the meaning descpublic String getTitle()
public void setTitle(String title)
title
- the titlepublic String getType()
public void setType(String type)
type
- the typepublic String getUrl()
public void setUrl(String url)
url
- the urlCopyright © 2018. All rights reserved.