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)StringgetFunction()StringgetGreaterThan()StringgetLessThan()StringgetLevel()StringgetMaxResults()groovy.lang.MetaClassgetMetaClass()StringgetMetric()ObjectgetProperty(String property)StringgetSort()ObjectinvokeMethod(String method, Object arguments)voidsetFunction(String value)voidsetGreaterThan(String value)voidsetLessThan(String value)voidsetLevel(String value)voidsetMaxResults(String value)voidsetMetaClass(groovy.lang.MetaClass mc)voidsetMetric(String value)voidsetProperty(String property, Object value)voidsetSort(String value)
-
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
public Object invokeMethod(String method, Object arguments)
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject
-
getProperty
public Object getProperty(String property)
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject
-
setProperty
public void setProperty(String property, Object value)
- Specified by:
setPropertyin 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)
-
-