Class TagCalculationQueryConfig
java.lang.Object
com.inductiveautomation.reporting.common.data.query.TagCalculationQueryConfig
- All Implemented Interfaces:
QueryConfig
,Serializable
Filename: TagCalculationQueryConfig.java
Created on Aug 06, 2015
Author: Kathy Applebaum
Copyright Inductive Automation 2015
Project: Reporting
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The type ID for which factories/sources are registered in the designer/gateway registriesvoid
setAggregationModes
(List<Aggregate> aggregationModes) void
setDurationUnits
(TimeUnits durationUnits) void
setEndDate
(String endDate) void
setMostRecent
(String mostRecent) void
setRangeMode
(TagCalculationQueryConfig.RangeMode rangeMode) void
setSelectedTags
(List<TagPathAliasObject> selectedTags) void
setStartDate
(String startDate) Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.reporting.common.api.QueryConfig
toString
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
TagCalculationQueryConfig
public TagCalculationQueryConfig()
-
-
Method Details
-
getQueryTypeId
Description copied from interface:QueryConfig
The type ID for which factories/sources are registered in the designer/gateway registries- Specified by:
getQueryTypeId
in interfaceQueryConfig
-
getSelectedTags
-
setSelectedTags
-
getRangeMode
-
setRangeMode
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getMostRecent
-
setMostRecent
-
getDurationUnits
-
setDurationUnits
-
getAggregationModes
-
setAggregationModes
-
equals
-