Package 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagedElement.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringcaptionprotected Stringdescription-
Fields inherited from class org.jclouds.cim.SettingData
elementName, instanceID
-
-
Constructor Summary
Constructors Constructor Description ManagedElement(String elementName, String instanceID, String caption, String description)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedElement.Builderbuilder()StringgetCaption()The Caption property is a short textual description (one- line string) of the object.StringgetDescription()The Description property provides a textual description of the object.ManagedElement.BuildertoBuilder()StringtoString()-
Methods inherited from class org.jclouds.cim.SettingData
compareTo, equals, getElementName, getInstanceID, hashCode
-
-
-
-
Method Detail
-
builder
public static ManagedElement.Builder builder()
-
toBuilder
public ManagedElement.Builder toBuilder()
- Overrides:
toBuilderin classSettingData
-
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:
toStringin classSettingData
-
-