Class QueryReportDataObject.SubQuery
- java.lang.Object
- 
- com.inductiveautomation.reporting.common.data.QueryReportDataObject.SubQuery
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- QueryReportDataObject
 
 public static class QueryReportDataObject.SubQuery extends java.lang.Object implements java.io.SerializableRepresents 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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SubQuery()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<QueryReportDataObject.SubQuery>getChildren()java.lang.StringgetDataKey()QueryConfiggetQueryConfig()booleanhasChildren()voidsetChildren(java.util.List<QueryReportDataObject.SubQuery> children)voidsetDataKey(java.lang.String dataKey)voidsetQueryConfig(QueryConfig queryConfig)
 
- 
- 
- 
Method Detail- 
getChildrenpublic java.util.List<QueryReportDataObject.SubQuery> getChildren() 
 - 
setChildrenpublic void setChildren(java.util.List<QueryReportDataObject.SubQuery> children) 
 - 
getDataKeypublic java.lang.String getDataKey() 
 - 
setDataKeypublic void setDataKey(java.lang.String dataKey) 
 - 
getQueryConfigpublic QueryConfig getQueryConfig() 
 - 
setQueryConfigpublic void setQueryConfig(QueryConfig queryConfig) 
 - 
hasChildrenpublic boolean hasChildren() 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-