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 void
addChartDashlet(ChartDashlet chartDashlet)
void
addIncident(Alert incident)
List<ChartDashlet>
getChartDashlets()
Gets the value of the chartdashlet property.String
getClientUrl()
Map<Alert.SeverityEnum,Map<String,List<Alert>>>
getIncidentMap()
List<Alert>
getIncidents()
Measure
getMeasure(String chartDashlet, String measure)
String
getName()
Ruft den Wert der name-Eigenschaft ab.boolean
isUnitTest()
void
setClientUrl(String clientUrl)
void
setName(String value)
Legt den Wert der name-Eigenschaft fest.void
setUnitTest(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
set
method 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)
-
-