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
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.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class org.jclouds.cim.SettingData
elementName, instanceID - 
Constructor Summary
ConstructorsConstructorDescriptionManagedElement(String elementName, String instanceID, String caption, String description)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedElement.Builderbuilder()The Caption property is a short textual description (one- line string) of the object.The Description property provides a textual description of the object.toString()Methods inherited from class org.jclouds.cim.SettingData
compareTo, equals, getElementName, getInstanceID, hashCode 
- 
Field Details
- 
caption
 - 
description
 
 - 
 - 
Constructor Details
- 
ManagedElement
 
 - 
 - 
Method Details
- 
builder
 - 
toBuilder
- Overrides:
 toBuilderin classSettingData
 - 
getCaption
The Caption property is a short textual description (one- line string) of the object. - 
getDescription
The Description property provides a textual description of the object. - 
toString
- Overrides:
 toStringin classSettingData
 
 -