Class MapMetricResult
java.lang.Object
org.gmetrics.result.MapMetricResult
- All Implemented Interfaces:
groovy.lang.GroovyObject, MetricResult
-
Constructor Summary
ConstructorsConstructorDescriptionMapMetricResult(Metric metric, MetricLevel metricLevel, Map<String, Object> map) MapMetricResult(Metric metric, MetricLevel metricLevel, Map<String, Object> map, int count) -
Method Summary
Modifier and TypeMethodDescriptionfinal intgetCount()final Integergroovy.lang.MetaClassfinal Metricfinal MetricLevelgetProperty(String property) invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value) toString()
-
Constructor Details
-
MapMetricResult
-
MapMetricResult
-
-
Method Details
-
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
-
getProperty
-
setProperty
-
getMetric
- Specified by:
getMetricin interfaceMetricResult
-
getMetricLevel
- Specified by:
getMetricLevelin interfaceMetricResult
-
getLineNumber
- Specified by:
getLineNumberin interfaceMetricResult
-
getCount
public final int getCount()- Specified by:
getCountin interfaceMetricResult
-
getAt
- Specified by:
getAtin interfaceMetricResult
-
toString
-