public class SetTaskStateRequestType extends Object
Java class for SetTaskStateRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetTaskStateRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="state" type="{urn:vim25}TaskInfoState"/>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected LocalizedMethodFault |
fault |
protected Object |
result |
protected TaskInfoState |
state |
| Constructor and Description |
|---|
SetTaskStateRequestType() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
Object |
getResult()
Gets the value of the result property.
|
TaskInfoState |
getState()
Gets the value of the state property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setResult(Object value)
Sets the value of the result property.
|
void |
setState(TaskInfoState value)
Sets the value of the state property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected TaskInfoState state
protected Object result
protected LocalizedMethodFault fault
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic TaskInfoState getState()
TaskInfoStatepublic void setState(TaskInfoState value)
value - allowed object is
TaskInfoStatepublic Object getResult()
Objectpublic void setResult(Object value)
value - allowed object is
Objectpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.