Class QueryReportDataObject
- java.lang.Object
- 
- com.inductiveautomation.reporting.common.data.QueryReportDataObject
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class QueryReportDataObject extends java.lang.Object implements java.io.SerializableThis is the "ConfigObject" for the Query data source. Note that within any query data source could be contained an entire tree of queries, which themselves are a public API and may be of type of query.Created by carl.gould on 3/3/2015. - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classQueryReportDataObject.SubQueryRepresents a single query in a tree of nested queries.
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringID
 - 
Constructor SummaryConstructors Constructor Description QueryReportDataObject()QueryReportDataObject(QueryReportDataObject.SubQuery root)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)QueryReportDataObject.SubQuerygetRootQuery()voidsetRootQuery(QueryReportDataObject.SubQuery rootQuery)
 
- 
- 
- 
Field Detail- 
IDpublic static final java.lang.String ID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
QueryReportDataObjectpublic QueryReportDataObject() 
 - 
QueryReportDataObjectpublic QueryReportDataObject(QueryReportDataObject.SubQuery root) 
 
- 
 - 
Method Detail- 
getRootQuerypublic QueryReportDataObject.SubQuery getRootQuery() 
 - 
setRootQuerypublic void setRootQuery(QueryReportDataObject.SubQuery rootQuery) 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-