Package io.constructor.client.models
Class FilterGroup
java.lang.Object
io.constructor.client.models.FilterGroup
Constructor.io Filter Group ... uses Gson/Reflection to load data in
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()getData()voidsetChildren(List<FilterGroup> children) voidvoidvoidsetDisplayName(String displayName) voidsetGroupId(String groupId) voidsetParents(List<FilterGroup> parents)
-
Constructor Details
-
FilterGroup
public FilterGroup()
-
-
Method Details
-
getChildren
- Returns:
- the children
-
getParents
- Returns:
- the parents
-
getCount
- Returns:
- the count
-
getDisplayName
- Returns:
- the displayName
-
getGroupId
- Returns:
- the groupId
-
getData
- Returns:
- the data
-
setChildren
-
setParents
-
setCount
-
setDisplayName
-
setGroupId
-
setData
-