Class SingleSeriesCriteriaFilter

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class SingleSeriesCriteriaFilter
    extends Object
    implements groovy.lang.GroovyObject
    • Constructor Detail

      • SingleSeriesCriteriaFilter

        public SingleSeriesCriteriaFilter()
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • invokeMethod

        public Object invokeMethod​(String method,
                                   Object arguments)
        Specified by:
        invokeMethod in interface groovy.lang.GroovyObject
      • getProperty

        public Object getProperty​(String property)
        Specified by:
        getProperty in interface groovy.lang.GroovyObject
      • setProperty

        public void setProperty​(String property,
                                Object value)
        Specified by:
        setProperty in interface groovy.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)