public class DiagnosticManagerLogDescriptor extends DynamicData
Java class for DiagnosticManagerLogDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiagnosticManagerLogDescriptor">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="info" type="{urn:vim25}Description"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
creator |
protected String |
fileName |
protected String |
format |
protected Description |
info |
protected String |
key |
protected String |
mimeType |
| Constructor and Description |
|---|
DiagnosticManagerLogDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreator()
Gets the value of the creator property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getFormat()
Gets the value of the format property.
|
Description |
getInfo()
Gets the value of the info property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
void |
setCreator(String value)
Sets the value of the creator property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setInfo(Description value)
Sets the value of the info property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
protected String key
protected String fileName
protected String creator
protected String format
protected String mimeType
protected Description info
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic String getCreator()
Stringpublic void setCreator(String value)
value - allowed object is
Stringpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic Description getInfo()
Descriptionpublic void setInfo(Description value)
value - allowed object is
DescriptionCopyright © 2018. All rights reserved.