public class CardFrontTextDTO extends AlipayObject
| Constructor and Description |
|---|
CardFrontTextDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets label.
|
String |
getValue()
Gets value.
|
void |
setLabel(String label)
Sets label.
|
void |
setValue(String value)
Sets value.
|
public String getLabel()
public void setLabel(String label)
label - the labelpublic String getValue()
public void setValue(String value)
value - the valueCopyright © 2018. All rights reserved.