Class Measure
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.model.MeasureBaseModel
-
- de.tsystems.mms.apm.performancesignature.dynatrace.model.Measure
-
@ExportedBean public class Measure extends MeasureBaseModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAggregation()Ruft den Wert der aggregation-Eigenschaft ab.StringgetColor()Ruft den Wert der color-Eigenschaft ab.List<Measurement>getMeasurements()Gets the value of the measurement property.List<Measure>getMeasures()doublegetMetricValue()StringgetName()Ruft den Wert der name-Eigenschaft ab.BigDecimalgetStrMetricValue()StringgetUnit()Ruft den Wert der unit-Eigenschaft ab.StringgetUnit(String aggregation)voidsetAggregation(String aggregation)voidsetColor(String color)voidsetName(String name)voidsetUnit(String unit)
-
-
-
Constructor Detail
-
Measure
public Measure(String name)
-
Measure
public Measure()
-
-
Method Detail
-
getMeasurements
@Exported public List<Measurement> getMeasurements()
Gets the value of the measurement property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the measurement property.For example, to add a new item, do as follows:
getMeasurement().add(newItem);Objects of the following type(s) are allowed in the list
Measurement
-
getName
@Exported(name="measure") public String getName()
Ruft den Wert der name-Eigenschaft ab.- Returns:
- possible object is
String
-
setName
public void setName(String name)
-
getColor
@Exported public String getColor()
Ruft den Wert der color-Eigenschaft ab.- Returns:
- possible object is
String
-
setColor
public void setColor(String color)
-
getAggregation
@Exported public String getAggregation()
Ruft den Wert der aggregation-Eigenschaft ab.- Returns:
- possible object is
String
-
setAggregation
public void setAggregation(String aggregation)
-
getUnit
@Exported public String getUnit()
Ruft den Wert der unit-Eigenschaft ab.- Returns:
- possible object is
String
-
setUnit
public void setUnit(String unit)
-
getMetricValue
public double getMetricValue()
-
getStrMetricValue
public BigDecimal getStrMetricValue()
-
-