public class Article extends AlipayObject
Constructor and Description |
---|
Article() |
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Gets action name.
|
String |
getDesc()
Gets desc.
|
String |
getImageUrl()
Gets image url.
|
String |
getTitle()
Gets title.
|
String |
getUrl()
Gets url.
|
void |
setActionName(String actionName)
Sets action name.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setImageUrl(String imageUrl)
Sets image url.
|
void |
setTitle(String title)
Sets title.
|
void |
setUrl(String url)
Sets url.
|
public String getActionName()
public void setActionName(String actionName)
actionName
- the action namepublic String getDesc()
public void setDesc(String desc)
desc
- the descpublic String getImageUrl()
public void setImageUrl(String imageUrl)
imageUrl
- the image urlpublic String getTitle()
public void setTitle(String title)
title
- the titlepublic String getUrl()
public void setUrl(String url)
url
- the urlCopyright © 2018. All rights reserved.