public class Text extends AlipayObject
Constructor and Description |
---|
Text() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets content.
|
String |
getTitle()
Gets title.
|
void |
setContent(String content)
Sets content.
|
void |
setTitle(String title)
Sets title.
|
public String getContent()
public void setContent(String content)
content
- the contentpublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.