org.jclouds.cim
Class ManagedElement
java.lang.Object
org.jclouds.cim.SettingData
org.jclouds.cim.ManagedElement
- All Implemented Interfaces:
- Comparable<SettingData>
- Direct Known Subclasses:
- ResourceAllocationSettingData, VirtualSystemSettingData
public abstract class ManagedElement
- extends SettingData
ManagedElement is an abstract class that provides a common superclass (or top of the inheritance
tree) for the non-association classes in the CIM Schema.
- Author:
- Adrian Cole
- See Also:
caption
protected final String caption
description
protected final String description
ManagedElement
public ManagedElement(String elementName,
String instanceID,
String caption,
String description)
builder
public static ManagedElement.Builder builder()
toBuilder
public ManagedElement.Builder toBuilder()
-
- Overrides:
toBuilder
in class SettingData
getCaption
public String getCaption()
- The Caption property is a short textual description (one- line string) of the object.
getDescription
public String getDescription()
- The Description property provides a textual description of the object.
toString
public String toString()
- Overrides:
toString
in class SettingData
Copyright © 2009-2011 jclouds. All Rights Reserved.