public class AlipayOpenPublicTopicModifyModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicTopicModifyModel() |
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.
|
String |
getTopicId()
Gets topic id.
|
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 |
setTopicId(String topicId)
Sets topic id.
|
void |
setTopicItems(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 titlepublic String getTopicId()
public void setTopicId(String topicId)
topicId
- the topic idpublic TopicItem getTopicItems()
public void setTopicItems(TopicItem topicItems)
topicItems
- the topic itemsCopyright © 2018. All rights reserved.