public class TaskFilterSpec extends DynamicData
Java class for TaskFilterSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskFilterSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="entity" type="{urn:vim25}TaskFilterSpecByEntity" minOccurs="0"/>
<element name="time" type="{urn:vim25}TaskFilterSpecByTime" minOccurs="0"/>
<element name="userName" type="{urn:vim25}TaskFilterSpecByUsername" minOccurs="0"/>
<element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="state" type="{urn:vim25}TaskInfoState" maxOccurs="unbounded" minOccurs="0"/>
<element name="alarm" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="scheduledTask" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="eventChainId" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
<element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="parentTaskKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="rootTaskKey" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
activationId |
protected ManagedObjectReference |
alarm |
protected TaskFilterSpecByEntity |
entity |
protected List<Integer> |
eventChainId |
protected List<String> |
parentTaskKey |
protected List<String> |
rootTaskKey |
protected ManagedObjectReference |
scheduledTask |
protected List<TaskInfoState> |
state |
protected List<String> |
tag |
protected TaskFilterSpecByTime |
time |
protected TaskFilterSpecByUsername |
userName |
| Constructor and Description |
|---|
TaskFilterSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getActivationId()
Gets the value of the activationId property.
|
ManagedObjectReference |
getAlarm()
Gets the value of the alarm property.
|
TaskFilterSpecByEntity |
getEntity()
Gets the value of the entity property.
|
List<Integer> |
getEventChainId()
Gets the value of the eventChainId property.
|
List<String> |
getParentTaskKey()
Gets the value of the parentTaskKey property.
|
List<String> |
getRootTaskKey()
Gets the value of the rootTaskKey property.
|
ManagedObjectReference |
getScheduledTask()
Gets the value of the scheduledTask property.
|
List<TaskInfoState> |
getState()
Gets the value of the state property.
|
List<String> |
getTag()
Gets the value of the tag property.
|
TaskFilterSpecByTime |
getTime()
Gets the value of the time property.
|
TaskFilterSpecByUsername |
getUserName()
Gets the value of the userName property.
|
void |
setAlarm(ManagedObjectReference value)
Sets the value of the alarm property.
|
void |
setEntity(TaskFilterSpecByEntity value)
Sets the value of the entity property.
|
void |
setScheduledTask(ManagedObjectReference value)
Sets the value of the scheduledTask property.
|
void |
setTime(TaskFilterSpecByTime value)
Sets the value of the time property.
|
void |
setUserName(TaskFilterSpecByUsername value)
Sets the value of the userName property.
|
protected TaskFilterSpecByEntity entity
protected TaskFilterSpecByTime time
protected TaskFilterSpecByUsername userName
protected List<TaskInfoState> state
protected ManagedObjectReference alarm
protected ManagedObjectReference scheduledTask
public TaskFilterSpecByEntity getEntity()
TaskFilterSpecByEntitypublic void setEntity(TaskFilterSpecByEntity value)
value - allowed object is
TaskFilterSpecByEntitypublic TaskFilterSpecByTime getTime()
TaskFilterSpecByTimepublic void setTime(TaskFilterSpecByTime value)
value - allowed object is
TaskFilterSpecByTimepublic TaskFilterSpecByUsername getUserName()
TaskFilterSpecByUsernamepublic void setUserName(TaskFilterSpecByUsername value)
value - allowed object is
TaskFilterSpecByUsernamepublic List<String> getActivationId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the activationId property.
For example, to add a new item, do as follows:
getActivationId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<TaskInfoState> getState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the state property.
For example, to add a new item, do as follows:
getState().add(newItem);
Objects of the following type(s) are allowed in the list
TaskInfoState
public ManagedObjectReference getAlarm()
ManagedObjectReferencepublic void setAlarm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getScheduledTask()
ManagedObjectReferencepublic void setScheduledTask(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<Integer> getEventChainId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eventChainId property.
For example, to add a new item, do as follows:
getEventChainId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<String> getTag()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getParentTaskKey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parentTaskKey property.
For example, to add a new item, do as follows:
getParentTaskKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRootTaskKey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rootTaskKey property.
For example, to add a new item, do as follows:
getRootTaskKey().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.