public class EventDescriptionEventDetail extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
category |
String |
description |
String |
formatOnComputeResource |
String |
formatOnDatacenter |
String |
formatOnHost |
String |
formatOnVm |
String |
fullFormat |
String |
key |
String |
longDescription |
dynamicProperty, dynamicType| Constructor and Description |
|---|
EventDescriptionEventDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getDescription() |
String |
getFormatOnComputeResource() |
String |
getFormatOnDatacenter() |
String |
getFormatOnHost() |
String |
getFormatOnVm() |
String |
getFullFormat() |
String |
getKey() |
String |
getLongDescription() |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setFormatOnComputeResource(String formatOnComputeResource) |
void |
setFormatOnDatacenter(String formatOnDatacenter) |
void |
setFormatOnHost(String formatOnHost) |
void |
setFormatOnVm(String formatOnVm) |
void |
setFullFormat(String fullFormat) |
void |
setKey(String key) |
void |
setLongDescription(String longDescription) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String key
public String description
public String category
public String formatOnDatacenter
public String formatOnComputeResource
public String formatOnHost
public String formatOnVm
public String fullFormat
public String longDescription
public String getKey()
public String getDescription()
public String getCategory()
public String getFormatOnDatacenter()
public String getFormatOnComputeResource()
public String getFormatOnHost()
public String getFormatOnVm()
public String getFullFormat()
public String getLongDescription()
public void setKey(String key)
public void setDescription(String description)
public void setCategory(String category)
public void setFormatOnDatacenter(String formatOnDatacenter)
public void setFormatOnComputeResource(String formatOnComputeResource)
public void setFormatOnHost(String formatOnHost)
public void setFormatOnVm(String formatOnVm)
public void setFullFormat(String fullFormat)
public void setLongDescription(String longDescription)
Copyright © 2011-2012. All Rights Reserved.