Class QueryReportDataObject.SubQuery
java.lang.Object
com.inductiveautomation.reporting.common.data.QueryReportDataObject.SubQuery
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueryReportDataObject
Represents a single query in a tree of nested queries. Note that even the top-level query in a query data source
is represented by this "SubQuery" object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setChildren
(List<QueryReportDataObject.SubQuery> children) void
setDataKey
(String dataKey) void
setQueryConfig
(QueryConfig queryConfig)