public class FeatureInfo extends Object
Constructor and Description |
---|
FeatureInfo()
Default constructor for serialization frameworks.
|
Modifier and Type | Method and Description |
---|---|
MonitoringDashboardType |
getMonitoringDashboardType() |
boolean |
isAnalyticsEnabled() |
boolean |
isGrafanaEnabled() |
boolean |
isSchedulesEnabled() |
boolean |
isStreamsEnabled() |
boolean |
isTasksEnabled() |
boolean |
isWavefrontEnabled() |
void |
setAnalyticsEnabled(boolean analyticsEnabled) |
void |
setGrafanaEnabled(boolean grafanaEnabled) |
void |
setMonitoringDashboardType(MonitoringDashboardType monitoringDashboardType) |
void |
setSchedulesEnabled(boolean schedulesEnabled) |
void |
setStreamsEnabled(boolean streamsEnabled) |
void |
setTasksEnabled(boolean tasksEnabled) |
void |
setWavefrontEnabled(boolean wavefrontEnabled) |
public FeatureInfo()
public boolean isAnalyticsEnabled()
public void setAnalyticsEnabled(boolean analyticsEnabled)
public boolean isStreamsEnabled()
public void setStreamsEnabled(boolean streamsEnabled)
public boolean isTasksEnabled()
public void setTasksEnabled(boolean tasksEnabled)
public boolean isSchedulesEnabled()
public void setSchedulesEnabled(boolean schedulesEnabled)
public boolean isGrafanaEnabled()
public void setGrafanaEnabled(boolean grafanaEnabled)
public boolean isWavefrontEnabled()
public void setWavefrontEnabled(boolean wavefrontEnabled)
public MonitoringDashboardType getMonitoringDashboardType()
public void setMonitoringDashboardType(MonitoringDashboardType monitoringDashboardType)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.