Class DashboardReport
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.model.DashboardReport
-
@ExportedBean public class DashboardReport extends Object
-
-
Constructor Summary
Constructors Constructor Description DashboardReport()DashboardReport(String testCaseName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChartDashlet(ChartDashlet chartDashlet)voidaddIncident(Alert incident)List<ChartDashlet>getChartDashlets()Gets the value of the chartdashlet property.StringgetClientUrl()Map<Alert.SeverityEnum,Map<String,List<Alert>>>getIncidentMap()List<Alert>getIncidents()MeasuregetMeasure(String chartDashlet, String measure)StringgetName()Ruft den Wert der name-Eigenschaft ab.booleanisUnitTest()voidsetClientUrl(String clientUrl)voidsetName(String value)Legt den Wert der name-Eigenschaft fest.voidsetUnitTest(boolean unitTest)
-
-
-
Constructor Detail
-
DashboardReport
public DashboardReport(String testCaseName)
-
DashboardReport
public DashboardReport()
-
-
Method Detail
-
addIncident
public void addIncident(Alert incident)
-
getChartDashlets
@Exported public List<ChartDashlet> getChartDashlets()
Gets the value of the chartdashlet 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 chartdashlet property.For example, to add a new item, do as follows:
getChartdashlet().add(newItem);Objects of the following type(s) are allowed in the list
ChartDashlet
-
getName
@Exported public String getName()
Ruft den Wert der name-Eigenschaft ab.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Legt den Wert der name-Eigenschaft fest.- Parameters:
value- allowed object isString
-
addChartDashlet
public void addChartDashlet(ChartDashlet chartDashlet)
-
isUnitTest
public boolean isUnitTest()
-
setUnitTest
public void setUnitTest(boolean unitTest)
-
getClientUrl
public String getClientUrl()
-
setClientUrl
public void setClientUrl(String clientUrl)
-
-