public class RecommendInfo extends AlipayObject
Constructor and Description |
---|
RecommendInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getJumpUrl()
Gets jump url.
|
String |
getRecommendContent()
Gets recommend content.
|
String |
getRecommendImg()
Gets recommend img.
|
String |
getRecommendType()
Gets recommend type.
|
void |
setJumpUrl(String jumpUrl)
Sets jump url.
|
void |
setRecommendContent(String recommendContent)
Sets recommend content.
|
void |
setRecommendImg(String recommendImg)
Sets recommend img.
|
void |
setRecommendType(String recommendType)
Sets recommend type.
|
public String getJumpUrl()
public void setJumpUrl(String jumpUrl)
jumpUrl
- the jump urlpublic String getRecommendContent()
public void setRecommendContent(String recommendContent)
recommendContent
- the recommend contentpublic String getRecommendImg()
public void setRecommendImg(String recommendImg)
recommendImg
- the recommend imgpublic String getRecommendType()
public void setRecommendType(String recommendType)
recommendType
- the recommend typeCopyright © 2018. All rights reserved.