public class Option extends AlipayObject
| Constructor and Description |
|---|
Option() |
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Gets text.
|
String |
getValue()
Gets value.
|
void |
setText(String text)
Sets text.
|
void |
setValue(String value)
Sets value.
|
public String getText()
public void setText(String text)
text - the textpublic String getValue()
public void setValue(String value)
value - the valueCopyright © 2018. All rights reserved.