public class AlipayOpenPublicTopicCreateModel extends AlipayObject
| Constructor and Description |
|---|
AlipayOpenPublicTopicCreateModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImgUrl()
Gets img url.
|
String |
getLinkType()
Gets link type.
|
String |
getLinkUrl()
Gets link url.
|
String |
getSubTitle()
Gets sub title.
|
String |
getTitle()
Gets title.
|
List<TopicItem> |
getTopicItems()
Gets topic items.
|
void |
setImgUrl(String imgUrl)
Sets img url.
|
void |
setLinkType(String linkType)
Sets link type.
|
void |
setLinkUrl(String linkUrl)
Sets link url.
|
void |
setSubTitle(String subTitle)
Sets sub title.
|
void |
setTitle(String title)
Sets title.
|
void |
setTopicItems(List<TopicItem> topicItems)
Sets topic items.
|
public String getImgUrl()
public void setImgUrl(String imgUrl)
imgUrl - the img urlpublic String getLinkType()
public void setLinkType(String linkType)
linkType - the link typepublic String getLinkUrl()
public void setLinkUrl(String linkUrl)
linkUrl - the link urlpublic String getSubTitle()
public void setSubTitle(String subTitle)
subTitle - the sub titlepublic String getTitle()
public void setTitle(String title)
title - the titleCopyright © 2018. All rights reserved.