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
-
Method Summary
Modifier and TypeMethodDescriptiongetCount()
getData()
void
setChildren
(List<FilterGroup> children) void
void
void
setDisplayName
(String displayName) void
setGroupId
(String groupId) void
setParents
(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
-