public final class LineChartPlotConfiguration
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
LineChartPlotConfiguration.Builder
Builder class for
LineChartPlotConfiguration. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
| Modifier | Constructor and Description |
|---|---|
|
LineChartPlotConfiguration()
Default constructor.
|
protected |
LineChartPlotConfiguration(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static LineChartPlotConfiguration |
_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 LineChartPlotConfiguration |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getAllowMaximize()
Allow maximize capability for this widget
|
java.lang.String |
getCondition()
If the condition is met then the given chart config is applied to the widget
configuration.
|
java.lang.Boolean |
getFillGradientArea()
Fill the line chart area with a gradient series color.
|
java.lang.Long |
getNumOfSeriesToDisplay()
Specifies the number of series to be displayed in a line chart.
|
java.lang.Boolean |
getShowCurvedLines()
Used for displaying the curved lines for a series in a line chart.
|
java.lang.Boolean |
getShowDataInTooltip()
Show the data in tooltip.
|
java.lang.Boolean |
getShowDataPoints()
Controls the visiblity of the data points on the line chart.
|
java.lang.Boolean |
getShowGridLines()
Controls the visiblity of the grid lines in line chart.
|
java.lang.Boolean |
getShowGroupedTooltip()
Controls the visiblity of the grouped tooltip in a line chart across all series.
|
java.lang.Boolean |
getShowMinMaxOnSeries()
Controls the visiblity of the min and max value across line series in line
chart.
|
java.lang.Boolean |
getShowUnitInTooltip()
Show the data unit in tooltip.
|
java.lang.Boolean |
getSortDataInGroupedTooltip()
Sort the data in grouped tooltip.
|
java.lang.Boolean |
getSortSeries()
Specifies whether the series should be sorted by the latest data point.
|
int |
hashCode() |
void |
setAllowMaximize(java.lang.Boolean allowMaximize)
Allow maximize capability for this widget
|
void |
setCondition(java.lang.String condition)
If the condition is met then the given chart config is applied to the widget
configuration.
|
void |
setFillGradientArea(java.lang.Boolean fillGradientArea)
Fill the line chart area with a gradient series color.
|
void |
setNumOfSeriesToDisplay(java.lang.Long numOfSeriesToDisplay)
Specifies the number of series to be displayed in a line chart.
|
void |
setShowCurvedLines(java.lang.Boolean showCurvedLines)
Used for displaying the curved lines for a series in a line chart.
|
void |
setShowDataInTooltip(java.lang.Boolean showDataInTooltip)
Show the data in tooltip.
|
void |
setShowDataPoints(java.lang.Boolean showDataPoints)
Controls the visiblity of the data points on the line chart.
|
void |
setShowGridLines(java.lang.Boolean showGridLines)
Controls the visiblity of the grid lines in line chart.
|
void |
setShowGroupedTooltip(java.lang.Boolean showGroupedTooltip)
Controls the visiblity of the grouped tooltip in a line chart across all series.
|
void |
setShowMinMaxOnSeries(java.lang.Boolean showMinMaxOnSeries)
Controls the visiblity of the min and max value across line series in line
chart.
|
void |
setShowUnitInTooltip(java.lang.Boolean showUnitInTooltip)
Show the data unit in tooltip.
|
void |
setSortDataInGroupedTooltip(java.lang.Boolean sortDataInGroupedTooltip)
Sort the data in grouped tooltip.
|
void |
setSortSeries(java.lang.Boolean sortSeries)
Specifies whether the series should be sorted by the latest data point.
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public LineChartPlotConfiguration()
protected LineChartPlotConfiguration(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.Boolean getAllowMaximize()
public void setAllowMaximize(java.lang.Boolean allowMaximize)
allowMaximize - New value for the property.public java.lang.String getCondition()
public void setCondition(java.lang.String condition)
condition - New value for the property.public java.lang.Boolean getFillGradientArea()
public void setFillGradientArea(java.lang.Boolean fillGradientArea)
fillGradientArea - New value for the property.public java.lang.Long getNumOfSeriesToDisplay()
public void setNumOfSeriesToDisplay(java.lang.Long numOfSeriesToDisplay)
numOfSeriesToDisplay - New value for the property.public java.lang.Boolean getShowCurvedLines()
public void setShowCurvedLines(java.lang.Boolean showCurvedLines)
showCurvedLines - New value for the property.public java.lang.Boolean getShowDataInTooltip()
public void setShowDataInTooltip(java.lang.Boolean showDataInTooltip)
showDataInTooltip - New value for the property.public java.lang.Boolean getShowDataPoints()
public void setShowDataPoints(java.lang.Boolean showDataPoints)
showDataPoints - New value for the property.public java.lang.Boolean getShowGridLines()
public void setShowGridLines(java.lang.Boolean showGridLines)
showGridLines - New value for the property.public java.lang.Boolean getShowGroupedTooltip()
public void setShowGroupedTooltip(java.lang.Boolean showGroupedTooltip)
showGroupedTooltip - New value for the property.public java.lang.Boolean getShowMinMaxOnSeries()
public void setShowMinMaxOnSeries(java.lang.Boolean showMinMaxOnSeries)
showMinMaxOnSeries - New value for the property.public java.lang.Boolean getShowUnitInTooltip()
public void setShowUnitInTooltip(java.lang.Boolean showUnitInTooltip)
showUnitInTooltip - New value for the property.public java.lang.Boolean getSortDataInGroupedTooltip()
public void setSortDataInGroupedTooltip(java.lang.Boolean sortDataInGroupedTooltip)
sortDataInGroupedTooltip - New value for the property.public java.lang.Boolean getSortSeries()
public void setSortSeries(java.lang.Boolean sortSeries)
sortSeries - New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue in interface com.vmware.vapi.bindings.Structureprotected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate in interface com.vmware.vapi.bindings.StaticStructurepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in interface com.vmware.vapi.bindings.StaticStructuretoString in class java.lang.Objectpublic boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf in interface com.vmware.vapi.bindings.Structurepublic <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo in interface com.vmware.vapi.bindings.Structurepublic void _setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames in interface com.vmware.vapi.bindings.StaticStructurepublic static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType instance representing the static bindings
type for this Structure.public java.lang.String _getCanonicalName()
_getCanonicalName in interface com.vmware.vapi.bindings.Structurepublic static java.lang.String _getCanonicalTypeName()
_getCanonicalName().public static LineChartPlotConfiguration _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue - the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructTypepublic static LineChartPlotConfiguration _newInstance2(com.vmware.vapi.data.StructValue structValue)