public class AlarmSetting extends DynamicData
Java class for AlarmSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmSetting">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="toleranceRange" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="reportingFrequency" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
reportingFrequency |
protected int |
toleranceRange |
| Constructor and Description |
|---|
AlarmSetting() |
| Modifier and Type | Method and Description |
|---|---|
int |
getReportingFrequency()
Gets the value of the reportingFrequency property.
|
int |
getToleranceRange()
Gets the value of the toleranceRange property.
|
void |
setReportingFrequency(int value)
Sets the value of the reportingFrequency property.
|
void |
setToleranceRange(int value)
Sets the value of the toleranceRange property.
|
protected int toleranceRange
protected int reportingFrequency
public int getToleranceRange()
public void setToleranceRange(int value)
public int getReportingFrequency()
public void setReportingFrequency(int value)
Copyright © 2018. All rights reserved.