public class AdvertItem extends AlipayObject
| Constructor and Description |
|---|
AdvertItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImgUrl()
Gets img url.
|
String |
getLinkUrl()
Gets link url.
|
void |
setImgUrl(String imgUrl)
Sets img url.
|
void |
setLinkUrl(String linkUrl)
Sets link url.
|
public String getImgUrl()
public void setImgUrl(String imgUrl)
imgUrl - the img urlpublic String getLinkUrl()
public void setLinkUrl(String linkUrl)
linkUrl - the link urlCopyright © 2018. All rights reserved.