public class SingleSeriesCriteriaFilter extends Object implements groovy.lang.GroovyObject
Constructor and Description |
---|
SingleSeriesCriteriaFilter() |
Modifier and Type | Method and 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) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public String getMetric()
public void setMetric(String value)
public String getLevel()
public void setLevel(String value)
public String getFunction()
public void setFunction(String value)
public String getSort()
public void setSort(String value)
public String getMaxResults()
public void setMaxResults(String value)
public String getGreaterThan()
public void setGreaterThan(String value)
public String getLessThan()
public void setLessThan(String value)
public List<SeriesValue> buildSeriesData(ResultsNode resultsNode, MetricSet metricSet)
Copyright © 2022. All rights reserved.