Package com.vmware.nsx_policy.model
Class WidgetPlotConfiguration.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.WidgetPlotConfiguration.Builder
-
- Enclosing class:
- WidgetPlotConfiguration
public static final class WidgetPlotConfiguration.Builder extends java.lang.Object
Builder class forWidgetPlotConfiguration
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofWidgetPlotConfiguration
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WidgetPlotConfiguration
build()
WidgetPlotConfiguration.Builder
setAllowMaximize(java.lang.Boolean allowMaximize)
Allow maximize capability for this widgetWidgetPlotConfiguration.Builder
setCondition(java.lang.String condition)
If the condition is met then the given chart config is applied to the widget configuration.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofWidgetPlotConfiguration
.
-
-
Method Detail
-
setAllowMaximize
public WidgetPlotConfiguration.Builder setAllowMaximize(java.lang.Boolean allowMaximize)
Allow maximize capability for this widget- Parameters:
allowMaximize
- New value for the property.
-
setCondition
public WidgetPlotConfiguration.Builder setCondition(java.lang.String condition)
If the condition is met then the given chart config is applied to the widget configuration.- Parameters:
condition
- New value for the property.
-
build
public WidgetPlotConfiguration build()
-
-