public class HostNumericSensorInfo extends DynamicData
Java class for HostNumericSensorInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNumericSensorInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="healthState" type="{urn:vim25}ElementDescription" minOccurs="0"/>
<element name="currentReading" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="unitModifier" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="baseUnits" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="rateUnits" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sensorType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
baseUnits |
protected long |
currentReading |
protected ElementDescription |
healthState |
protected String |
id |
protected String |
name |
protected String |
rateUnits |
protected String |
sensorType |
protected String |
timeStamp |
protected int |
unitModifier |
| Constructor and Description |
|---|
HostNumericSensorInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUnits()
Gets the value of the baseUnits property.
|
long |
getCurrentReading()
Gets the value of the currentReading property.
|
ElementDescription |
getHealthState()
Gets the value of the healthState property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRateUnits()
Gets the value of the rateUnits property.
|
String |
getSensorType()
Gets the value of the sensorType property.
|
String |
getTimeStamp()
Gets the value of the timeStamp property.
|
int |
getUnitModifier()
Gets the value of the unitModifier property.
|
void |
setBaseUnits(String value)
Sets the value of the baseUnits property.
|
void |
setCurrentReading(long value)
Sets the value of the currentReading property.
|
void |
setHealthState(ElementDescription value)
Sets the value of the healthState property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRateUnits(String value)
Sets the value of the rateUnits property.
|
void |
setSensorType(String value)
Sets the value of the sensorType property.
|
void |
setTimeStamp(String value)
Sets the value of the timeStamp property.
|
void |
setUnitModifier(int value)
Sets the value of the unitModifier property.
|
protected String name
protected ElementDescription healthState
protected long currentReading
protected int unitModifier
protected String baseUnits
protected String rateUnits
protected String sensorType
protected String id
protected String timeStamp
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ElementDescription getHealthState()
ElementDescriptionpublic void setHealthState(ElementDescription value)
value - allowed object is
ElementDescriptionpublic long getCurrentReading()
public void setCurrentReading(long value)
public int getUnitModifier()
public void setUnitModifier(int value)
public String getBaseUnits()
Stringpublic void setBaseUnits(String value)
value - allowed object is
Stringpublic String getRateUnits()
Stringpublic void setRateUnits(String value)
value - allowed object is
Stringpublic String getSensorType()
Stringpublic void setSensorType(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getTimeStamp()
StringCopyright © 2018. All rights reserved.