Class ExternalTest
- java.lang.Object
 - 
- de.tsystems.mms.apm.performancesignature.dynatrace.rest.json.model.ExternalTest
 
 
- 
public class ExternalTest extends Object
ExternalTest 
- 
- 
Constructor Summary
Constructors Constructor Description ExternalTest() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExternalTestMeasure>getMeasures()Get measuresStringgetTestName()Get testNameStringgetTimestamp()Timestamp in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXXStringtoString() 
 - 
 
- 
- 
Method Detail
- 
getTestName
public String getTestName()
Get testName- Returns:
 - testName
 
 
- 
getTimestamp
public String getTimestamp()
Timestamp in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX- Returns:
 - timestamp
 
 
- 
getMeasures
public List<ExternalTestMeasure> getMeasures()
Get measures- Returns:
 - measures
 
 
 - 
 
 -