public class PostEventRequestType extends Object
Java class for PostEventRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostEventRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="eventToPost" type="{urn:vim25}Event"/>
<element name="taskInfo" type="{urn:vim25}TaskInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected Event |
eventToPost |
protected TaskInfo |
taskInfo |
| Constructor and Description |
|---|
PostEventRequestType() |
| Modifier and Type | Method and Description |
|---|---|
Event |
getEventToPost()
Gets the value of the eventToPost property.
|
TaskInfo |
getTaskInfo()
Gets the value of the taskInfo property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setEventToPost(Event value)
Sets the value of the eventToPost property.
|
void |
setTaskInfo(TaskInfo value)
Sets the value of the taskInfo property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected Event eventToPost
protected TaskInfo taskInfo
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic Event getEventToPost()
Eventpublic void setEventToPost(Event value)
value - allowed object is
Eventpublic TaskInfo getTaskInfo()
TaskInfoCopyright © 2018. All rights reserved.