Package org.gmetrics.report
Class SingleSeriesCriteriaFilter
- java.lang.Object
-
- org.gmetrics.report.SingleSeriesCriteriaFilter
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class SingleSeriesCriteriaFilter extends Object implements groovy.lang.GroovyObject
-
-
Constructor Summary
Constructors Constructor Description SingleSeriesCriteriaFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SeriesValue>
buildSeriesData(ResultsNode resultsNode, MetricSet metricSet)
String
getFunction()
String
getGreaterThan()
String
getLessThan()
String
getLevel()
String
getMaxResults()
groovy.lang.MetaClass
getMetaClass()
String
getMetric()
Object
getProperty(String property)
String
getSort()
Object
invokeMethod(String method, Object arguments)
void
setFunction(String value)
void
setGreaterThan(String value)
void
setLessThan(String value)
void
setLevel(String value)
void
setMaxResults(String value)
void
setMetaClass(groovy.lang.MetaClass mc)
void
setMetric(String value)
void
setProperty(String property, Object value)
void
setSort(String value)
-
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
public Object invokeMethod(String method, Object arguments)
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
public Object getProperty(String property)
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
public void setProperty(String property, Object value)
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getMetric
public String getMetric()
-
setMetric
public void setMetric(String value)
-
getLevel
public String getLevel()
-
setLevel
public void setLevel(String value)
-
getFunction
public String getFunction()
-
setFunction
public void setFunction(String value)
-
getSort
public String getSort()
-
setSort
public void setSort(String value)
-
getMaxResults
public String getMaxResults()
-
setMaxResults
public void setMaxResults(String value)
-
getGreaterThan
public String getGreaterThan()
-
setGreaterThan
public void setGreaterThan(String value)
-
getLessThan
public String getLessThan()
-
setLessThan
public void setLessThan(String value)
-
buildSeriesData
public List<SeriesValue> buildSeriesData(ResultsNode resultsNode, MetricSet metricSet)
-
-