public class CustomReportCondition extends AlipayObject
| Constructor and Description |
|---|
CustomReportCondition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionKey()
Gets condition key.
|
List<DataTag> |
getDataTags()
Gets data tags.
|
List<FilterTag> |
getFilterTags()
Gets filter tags.
|
String |
getGroupTags()
Gets group tags.
|
String |
getMemo()
Gets memo.
|
String |
getName()
Gets name.
|
String |
getSortTags()
Gets sort tags.
|
void |
setConditionKey(String conditionKey)
Sets condition key.
|
void |
setDataTags(List<DataTag> dataTags)
Sets data tags.
|
void |
setFilterTags(List<FilterTag> filterTags)
Sets filter tags.
|
void |
setGroupTags(String groupTags)
Sets group tags.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setName(String name)
Sets name.
|
void |
setSortTags(String sortTags)
Sets sort tags.
|
public String getConditionKey()
public void setConditionKey(String conditionKey)
conditionKey - the condition keypublic void setDataTags(List<DataTag> dataTags)
dataTags - the data tagspublic void setFilterTags(List<FilterTag> filterTags)
filterTags - the filter tagspublic String getGroupTags()
public void setGroupTags(String groupTags)
groupTags - the group tagspublic String getMemo()
public void setMemo(String memo)
memo - the memopublic String getName()
public void setName(String name)
name - the namepublic String getSortTags()
public void setSortTags(String sortTags)
sortTags - the sort tagsCopyright © 2018. All rights reserved.