public class EventDescriptionEventDetail extends DynamicData
Java class for EventDescriptionEventDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventDescriptionEventDetail">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="formatOnDatacenter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="formatOnComputeResource" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="formatOnHost" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="formatOnVm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fullFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="longDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
description |
protected String |
formatOnComputeResource |
protected String |
formatOnDatacenter |
protected String |
formatOnHost |
protected String |
formatOnVm |
protected String |
fullFormat |
protected String |
key |
protected String |
longDescription |
| Constructor and Description |
|---|
EventDescriptionEventDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Gets the value of the category property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFormatOnComputeResource()
Gets the value of the formatOnComputeResource property.
|
String |
getFormatOnDatacenter()
Gets the value of the formatOnDatacenter property.
|
String |
getFormatOnHost()
Gets the value of the formatOnHost property.
|
String |
getFormatOnVm()
Gets the value of the formatOnVm property.
|
String |
getFullFormat()
Gets the value of the fullFormat property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getLongDescription()
Gets the value of the longDescription property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFormatOnComputeResource(String value)
Sets the value of the formatOnComputeResource property.
|
void |
setFormatOnDatacenter(String value)
Sets the value of the formatOnDatacenter property.
|
void |
setFormatOnHost(String value)
Sets the value of the formatOnHost property.
|
void |
setFormatOnVm(String value)
Sets the value of the formatOnVm property.
|
void |
setFullFormat(String value)
Sets the value of the fullFormat property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLongDescription(String value)
Sets the value of the longDescription property.
|
protected String key
protected String description
protected String category
protected String formatOnDatacenter
protected String formatOnComputeResource
protected String formatOnHost
protected String formatOnVm
protected String fullFormat
protected String longDescription
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getFormatOnDatacenter()
Stringpublic void setFormatOnDatacenter(String value)
value - allowed object is
Stringpublic String getFormatOnComputeResource()
Stringpublic void setFormatOnComputeResource(String value)
value - allowed object is
Stringpublic String getFormatOnHost()
Stringpublic void setFormatOnHost(String value)
value - allowed object is
Stringpublic String getFormatOnVm()
Stringpublic void setFormatOnVm(String value)
value - allowed object is
Stringpublic String getFullFormat()
Stringpublic void setFullFormat(String value)
value - allowed object is
Stringpublic String getLongDescription()
StringCopyright © 2018. All rights reserved.