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 Label
Label. _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 Label
Label. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.Label
Label.Builder. build()
Label
ColumnItem. getLabel()
Label
DonutConfiguration. getLabel()
Label
DonutPart. getLabel()
Label
FooterAction. getLabel()
Label
GraphDefinition. getLabel()
Label
PropertyItem. getLabel()
Label
StatsConfiguration. getLabel()
Label
WidgetItem. getLabel()
Label
Axes. getxLabel()
Label
Axes. 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.Builder
ColumnItem.Builder. setLabel(Label label)
void
ColumnItem. setLabel(Label label)
DonutConfiguration.Builder
DonutConfiguration.Builder. setLabel(Label label)
void
DonutConfiguration. setLabel(Label label)
DonutPart.Builder
DonutPart.Builder. setLabel(Label label)
void
DonutPart. setLabel(Label label)
FooterAction.Builder
FooterAction.Builder. setLabel(Label label)
void
FooterAction. setLabel(Label label)
GraphDefinition.Builder
GraphDefinition.Builder. setLabel(Label label)
void
GraphDefinition. setLabel(Label label)
PropertyItem.Builder
PropertyItem.Builder. setLabel(Label label)
void
PropertyItem. setLabel(Label label)
StatsConfiguration.Builder
StatsConfiguration.Builder. setLabel(Label label)
void
StatsConfiguration. setLabel(Label label)
WidgetItem.Builder
WidgetItem.Builder. setLabel(Label label)
void
WidgetItem. setLabel(Label label)
Axes.Builder
Axes.Builder. setxLabel(Label xLabel)
void
Axes. setxLabel(Label xLabel)
Axes.Builder
Axes.Builder. setyLabel(Label yLabel)
void
Axes. setyLabel(Label yLabel)
Method parameters in com.vmware.nsx_policy.model with type arguments of type Label Modifier and Type Method Description ContainerConfiguration.Builder
ContainerConfiguration.Builder. setLabels(java.util.List<Label> labels)
Labels for the container.void
ContainerConfiguration. setLabels(java.util.List<Label> labels)
Labels for the container.Axes.Builder
Axes.Builder. setxLabels(java.util.List<Label> xLabels)
A list of X-Axis Labels with condition support.void
Axes. setxLabels(java.util.List<Label> xLabels)
A list of X-Axis Labels with condition support.Axes.Builder
Axes.Builder. setyAxisUnitLabels(java.util.List<Label> yAxisUnitLabels)
A list of Y-Axis unit Labels with condition support.void
Axes. setyAxisUnitLabels(java.util.List<Label> yAxisUnitLabels)
A list of Y-Axis unit Labels with condition support.Axes.Builder
Axes.Builder. setyLabels(java.util.List<Label> yLabels)
A list of Y-Axis Labels with condition support.void
Axes. setyLabels(java.util.List<Label> yLabels)
A list of Y-Axis Labels with condition support.
-