public class BrowseDiagnosticLogRequestType extends Object
Java class for BrowseDiagnosticLogRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BrowseDiagnosticLogRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="lines" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected ManagedObjectReference |
host |
protected String |
key |
protected Integer |
lines |
protected Integer |
start |
| Constructor and Description |
|---|
BrowseDiagnosticLogRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getKey()
Gets the value of the key property.
|
Integer |
getLines()
Gets the value of the lines property.
|
Integer |
getStart()
Gets the value of the start property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLines(Integer value)
Sets the value of the lines property.
|
void |
setStart(Integer value)
Sets the value of the start property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference host
protected String key
protected Integer start
protected Integer lines
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic Integer getStart()
Integerpublic void setStart(Integer value)
value - allowed object is
Integerpublic Integer getLines()
IntegerCopyright © 2018. All rights reserved.