public class BrowseDiagnosticLogResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="returnval" type="{urn:vim25}DiagnosticManagerLogHeader"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DiagnosticManagerLogHeader |
returnval |
| Constructor and Description |
|---|
BrowseDiagnosticLogResponse() |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticManagerLogHeader |
getReturnval()
Gets the value of the returnval property.
|
void |
setReturnval(DiagnosticManagerLogHeader value)
Sets the value of the returnval property.
|
protected DiagnosticManagerLogHeader returnval
public DiagnosticManagerLogHeader getReturnval()
DiagnosticManagerLogHeaderpublic void setReturnval(DiagnosticManagerLogHeader value)
value - allowed object is
DiagnosticManagerLogHeaderCopyright © 2018. All rights reserved.