public abstract static class MonitoringCenter.Alerts extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MonitoringCenter.Alerts.Ports |
static class |
MonitoringCenter.Alerts.Process |
static class |
MonitoringCenter.Alerts.Resources |
Constructor and Description |
---|
Alerts() |
Modifier and Type | Method and Description |
---|---|
static MonitoringCenter.Alerts |
create(MonitoringCenter.Alerts.Resources resources,
MonitoringCenter.Alerts.Ports ports,
MonitoringCenter.Alerts.Process process) |
abstract MonitoringCenter.Alerts.Ports |
ports() |
abstract MonitoringCenter.Alerts.Process |
process() |
abstract MonitoringCenter.Alerts.Resources |
resources() |
public abstract MonitoringCenter.Alerts.Resources resources()
public abstract MonitoringCenter.Alerts.Ports ports()
public abstract MonitoringCenter.Alerts.Process process()
public static MonitoringCenter.Alerts create(MonitoringCenter.Alerts.Resources resources, MonitoringCenter.Alerts.Ports ports, MonitoringCenter.Alerts.Process process)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.