public class AlipayDataItemDescription extends AlipayObject
| Constructor and Description |
|---|
AlipayDataItemDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDetails()
Gets details.
|
List<String> |
getImages()
Gets images.
|
String |
getTitle()
Gets title.
|
String |
getUrl()
Gets url.
|
void |
setDetails(List<String> details)
Sets details.
|
void |
setImages(List<String> images)
Sets images.
|
void |
setTitle(String title)
Sets title.
|
void |
setUrl(String url)
Sets url.
|
public void setDetails(List<String> details)
details - the detailspublic String getTitle()
public void setTitle(String title)
title - the titlepublic String getUrl()
public void setUrl(String url)
url - the urlCopyright © 2018. All rights reserved.