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