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 String
getColor()
Get colorDouble
getMaxValue()
Get maxValueDouble
getMinValue()
Get minValueString
getName()
Get nameString
getTimestamp()
Timestamp in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXXString
getUnit()
Get unitDouble
getValue()
Get valueString
toString()
-
-
-
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
-
-