Uses of Class
com.vmware.nsx_policy.model.Label
-
Packages that use Label Package Description com.vmware.nsx_policy.model -
-
Uses of Label in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Label Modifier and Type Method Description static LabelLabel. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static LabelLabel. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LabelLabel.Builder. build()LabelColumnItem. getLabel()LabelDonutConfiguration. getLabel()LabelDonutPart. getLabel()LabelFooterAction. getLabel()LabelGraphDefinition. getLabel()LabelPropertyItem. getLabel()LabelStatsConfiguration. getLabel()LabelWidgetItem. getLabel()LabelAxes. getxLabel()LabelAxes. getyLabel()Methods in com.vmware.nsx_policy.model that return types with arguments of type Label Modifier and Type Method Description java.util.List<Label>ContainerConfiguration. getLabels()Labels for the container.java.util.List<Label>Axes. getxLabels()A list of X-Axis Labels with condition support.java.util.List<Label>Axes. getyAxisUnitLabels()A list of Y-Axis unit Labels with condition support.java.util.List<Label>Axes. getyLabels()A list of Y-Axis Labels with condition support.Methods in com.vmware.nsx_policy.model with parameters of type Label Modifier and Type Method Description ColumnItem.BuilderColumnItem.Builder. setLabel(Label label)voidColumnItem. setLabel(Label label)DonutConfiguration.BuilderDonutConfiguration.Builder. setLabel(Label label)voidDonutConfiguration. setLabel(Label label)DonutPart.BuilderDonutPart.Builder. setLabel(Label label)voidDonutPart. setLabel(Label label)FooterAction.BuilderFooterAction.Builder. setLabel(Label label)voidFooterAction. setLabel(Label label)GraphDefinition.BuilderGraphDefinition.Builder. setLabel(Label label)voidGraphDefinition. setLabel(Label label)PropertyItem.BuilderPropertyItem.Builder. setLabel(Label label)voidPropertyItem. setLabel(Label label)StatsConfiguration.BuilderStatsConfiguration.Builder. setLabel(Label label)voidStatsConfiguration. setLabel(Label label)WidgetItem.BuilderWidgetItem.Builder. setLabel(Label label)voidWidgetItem. setLabel(Label label)Axes.BuilderAxes.Builder. setxLabel(Label xLabel)voidAxes. setxLabel(Label xLabel)Axes.BuilderAxes.Builder. setyLabel(Label yLabel)voidAxes. setyLabel(Label yLabel)Method parameters in com.vmware.nsx_policy.model with type arguments of type Label Modifier and Type Method Description ContainerConfiguration.BuilderContainerConfiguration.Builder. setLabels(java.util.List<Label> labels)Labels for the container.voidContainerConfiguration. setLabels(java.util.List<Label> labels)Labels for the container.Axes.BuilderAxes.Builder. setxLabels(java.util.List<Label> xLabels)A list of X-Axis Labels with condition support.voidAxes. setxLabels(java.util.List<Label> xLabels)A list of X-Axis Labels with condition support.Axes.BuilderAxes.Builder. setyAxisUnitLabels(java.util.List<Label> yAxisUnitLabels)A list of Y-Axis unit Labels with condition support.voidAxes. setyAxisUnitLabels(java.util.List<Label> yAxisUnitLabels)A list of Y-Axis unit Labels with condition support.Axes.BuilderAxes.Builder. setyLabels(java.util.List<Label> yLabels)A list of Y-Axis Labels with condition support.voidAxes. setyLabels(java.util.List<Label> yLabels)A list of Y-Axis Labels with condition support.
-