Class Alerts
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.rest.json.model.Alerts
-
public class Alerts extends Object
Alerts
-
-
Constructor Summary
Constructors Constructor Description Alerts()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Alerts
addAlertsItem(AlertReference alertsItem)
Alerts
alerts(List<AlertReference> alerts)
List<AlertReference>
getAlerts()
List of alert referencesvoid
setAlerts(List<AlertReference> alerts)
String
toString()
-
-
-
Method Detail
-
alerts
public Alerts alerts(List<AlertReference> alerts)
-
addAlertsItem
public Alerts addAlertsItem(AlertReference alertsItem)
-
getAlerts
public List<AlertReference> getAlerts()
List of alert references- Returns:
- alerts
-
setAlerts
public void setAlerts(List<AlertReference> alerts)
-
-