Class DashboardsConfig
java.lang.Object
com.priint.pubserver.plannerengine.config.DashboardsConfig
- All Implemented Interfaces:
MergableConfig<DashboardsConfig>,Serializable
public class DashboardsConfig
extends Object
implements MergableConfig<DashboardsConfig>, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmergeWithCustom(DashboardsConfig customConfig) Merges this configuration with a second (custom) configuration.voidvoidsetDashboards(List<Dashboard> dashboards)
-
Constructor Details
-
DashboardsConfig
public DashboardsConfig()
-
-
Method Details
-
getDashboards
-
setDashboards
-
getCharts
-
setCharts
-
mergeWithCustom
Description copied from interface:MergableConfigMerges this configuration with a second (custom) configuration. If settings are defined in the second configuration they will override the settings of the current one.- Specified by:
mergeWithCustomin interfaceMergableConfig<DashboardsConfig>- Returns:
- merged configuration
-