public class Contract extends AlipayObject
Constructor and Description |
---|
Contract() |
Modifier and Type | Method and Description |
---|---|
String |
getText()
Gets text.
|
String |
getTitle()
Gets title.
|
String |
getType()
Gets type.
|
void |
setText(String text)
Sets text.
|
void |
setTitle(String title)
Sets title.
|
void |
setType(String type)
Sets type.
|
public String getText()
public void setText(String text)
text
- the textpublic String getTitle()
public void setTitle(String title)
title
- the titlepublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.