public class LatencySensitivity extends DynamicData
Java class for LatencySensitivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LatencySensitivity">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="level" type="{urn:vim25}LatencySensitivitySensitivityLevel"/>
<element name="sensitivity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LatencySensitivitySensitivityLevel |
level |
protected Integer |
sensitivity |
| Constructor and Description |
|---|
LatencySensitivity() |
| Modifier and Type | Method and Description |
|---|---|
LatencySensitivitySensitivityLevel |
getLevel()
Gets the value of the level property.
|
Integer |
getSensitivity()
Gets the value of the sensitivity property.
|
void |
setLevel(LatencySensitivitySensitivityLevel value)
Sets the value of the level property.
|
void |
setSensitivity(Integer value)
Sets the value of the sensitivity property.
|
protected LatencySensitivitySensitivityLevel level
protected Integer sensitivity
public LatencySensitivitySensitivityLevel getLevel()
LatencySensitivitySensitivityLevelpublic void setLevel(LatencySensitivitySensitivityLevel value)
value - allowed object is
LatencySensitivitySensitivityLevelpublic Integer getSensitivity()
IntegerCopyright © 2018. All rights reserved.