public class DataEnumValue extends AlipayObject
| Constructor and Description |
|---|
DataEnumValue() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterTag> |
getFilterTags()
Gets filter tags.
|
String |
getLabel()
Gets label.
|
String |
getValue()
Gets value.
|
void |
setFilterTags(List<FilterTag> filterTags)
Sets filter tags.
|
void |
setLabel(String label)
Sets label.
|
void |
setValue(String value)
Sets value.
|
public void setFilterTags(List<FilterTag> filterTags)
filterTags - the filter tagspublic String getLabel()
public void setLabel(String label)
label - the labelpublic String getValue()
public void setValue(String value)
value - the valueCopyright © 2018. All rights reserved.