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 String
getAggregation()
Ruft den Wert der aggregation-Eigenschaft ab.String
getColor()
Ruft den Wert der color-Eigenschaft ab.List<Measurement>
getMeasurements()
Gets the value of the measurement property.List<Measure>
getMeasures()
double
getMetricValue()
String
getName()
Ruft den Wert der name-Eigenschaft ab.BigDecimal
getStrMetricValue()
String
getUnit()
Ruft den Wert der unit-Eigenschaft ab.String
getUnit(String aggregation)
void
setAggregation(String aggregation)
void
setColor(String color)
void
setName(String name)
void
setUnit(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
set
method 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()
-
-