public class VsanUpgradeSystemUpgradeHistoryItem extends DynamicData
Java class for VsanUpgradeSystemUpgradeHistoryItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanUpgradeSystemUpgradeHistoryItem">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="task" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
host |
protected String |
message |
protected ManagedObjectReference |
task |
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
VsanUpgradeSystemUpgradeHistoryItem() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getMessage()
Gets the value of the message property.
|
ManagedObjectReference |
getTask()
Gets the value of the task property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setTask(ManagedObjectReference value)
Sets the value of the task property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected XMLGregorianCalendar timestamp
protected ManagedObjectReference host
protected String message
protected ManagedObjectReference task
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic ManagedObjectReference getTask()
ManagedObjectReferencepublic void setTask(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.