public class ReadPreviousTasksRequestType extends Object
Java class for ReadPreviousTasksRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReadPreviousTasksRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="maxCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected int |
maxCount |
| Constructor and Description |
|---|
ReadPreviousTasksRequestType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxCount()
Gets the value of the maxCount property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setMaxCount(int value)
Sets the value of the maxCount property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected int maxCount
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getMaxCount()
public void setMaxCount(int value)
Copyright © 2018. All rights reserved.