public class TaskFilterSpecByEntity extends DynamicData
Java class for TaskFilterSpecByEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskFilterSpecByEntity">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
<element name="recursion" type="{urn:vim25}TaskFilterSpecRecursionOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
entity |
protected TaskFilterSpecRecursionOption |
recursion |
| Constructor and Description |
|---|
TaskFilterSpecByEntity() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
TaskFilterSpecRecursionOption |
getRecursion()
Gets the value of the recursion property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setRecursion(TaskFilterSpecRecursionOption value)
Sets the value of the recursion property.
|
protected ManagedObjectReference entity
protected TaskFilterSpecRecursionOption recursion
public ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic TaskFilterSpecRecursionOption getRecursion()
TaskFilterSpecRecursionOptionpublic void setRecursion(TaskFilterSpecRecursionOption value)
value - allowed object is
TaskFilterSpecRecursionOptionCopyright © 2018. All rights reserved.