public class GuestProcessInfo extends DynamicData
Java class for GuestProcessInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestProcessInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cmdLine" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="exitCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cmdLine |
protected XMLGregorianCalendar |
endTime |
protected Integer |
exitCode |
protected String |
name |
protected String |
owner |
protected long |
pid |
protected XMLGregorianCalendar |
startTime |
| Constructor and Description |
|---|
GuestProcessInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmdLine()
Gets the value of the cmdLine property.
|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property.
|
Integer |
getExitCode()
Gets the value of the exitCode property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOwner()
Gets the value of the owner property.
|
long |
getPid()
Gets the value of the pid property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
void |
setCmdLine(String value)
Sets the value of the cmdLine property.
|
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.
|
void |
setExitCode(Integer value)
Sets the value of the exitCode property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setPid(long value)
Sets the value of the pid property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
protected String name
protected long pid
protected String owner
protected String cmdLine
protected XMLGregorianCalendar startTime
protected XMLGregorianCalendar endTime
protected Integer exitCode
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getPid()
public void setPid(long value)
public String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic String getCmdLine()
Stringpublic void setCmdLine(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getExitCode()
IntegerCopyright © 2018. All rights reserved.