public abstract class ManagedElement extends SettingData
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ManagedElement.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
caption  | 
protected String | 
description  | 
elementName, instanceID| Constructor and Description | 
|---|
ManagedElement(String elementName,
              String instanceID,
              String caption,
              String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ManagedElement.Builder | 
builder()  | 
String | 
getCaption()
The Caption property is a short textual description (one- line string) of the object. 
 | 
String | 
getDescription()
The Description property provides a textual description of the object. 
 | 
ManagedElement.Builder | 
toBuilder() | 
String | 
toString()  | 
compareTo, equals, getElementName, getInstanceID, hashCodepublic static ManagedElement.Builder builder()
public ManagedElement.Builder toBuilder()
toBuilder in class SettingDatapublic String getCaption()
public String getDescription()
public String toString()
toString in class SettingDataCopyright © 2009-2013 jclouds. All Rights Reserved.