Class ExternalTestMeasure
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.rest.json.model.ExternalTestMeasure
-
public class ExternalTestMeasure extends Object
ExternalTestMeasure
-
-
Constructor Summary
Constructors Constructor Description ExternalTestMeasure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Get colorDoublegetMaxValue()Get maxValueDoublegetMinValue()Get minValueStringgetName()Get nameStringgetTimestamp()Timestamp in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXXStringgetUnit()Get unitDoublegetValue()Get valueStringtoString()
-
-
-
Method Detail
-
getName
public String getName()
Get name- Returns:
- name
-
getValue
public Double getValue()
Get value- Returns:
- value
-
getTimestamp
public String getTimestamp()
Timestamp in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX- Returns:
- timestamp
-
getUnit
public String getUnit()
Get unit- Returns:
- unit
-
getMinValue
public Double getMinValue()
Get minValue- Returns:
- minValue
-
getMaxValue
public Double getMaxValue()
Get maxValue- Returns:
- maxValue
-
getColor
public String getColor()
Get color- Returns:
- color
-
-