public class SceneMarketingHeader extends AlipayObject
| Constructor and Description |
|---|
SceneMarketingHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIcon()
Gets icon.
|
String |
getSubTitle()
Gets sub title.
|
String |
getSummary()
Gets summary.
|
List<String> |
getTags()
Gets tags.
|
String |
getTitle()
Gets title.
|
String |
getUrl()
Gets url.
|
void |
setIcon(String icon)
Sets icon.
|
void |
setSubTitle(String subTitle)
Sets sub title.
|
void |
setSummary(String summary)
Sets summary.
|
void |
setTags(List<String> tags)
Sets tags.
|
void |
setTitle(String title)
Sets title.
|
void |
setUrl(String url)
Sets url.
|
public String getIcon()
public void setIcon(String icon)
icon - the iconpublic String getSubTitle()
public void setSubTitle(String subTitle)
subTitle - the sub titlepublic String getSummary()
public void setSummary(String summary)
summary - the summarypublic String getTitle()
public void setTitle(String title)
title - the titlepublic String getUrl()
public void setUrl(String url)
url - the urlCopyright © 2018. All rights reserved.