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 class
ManagedElement.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String
caption
protected String
description
-
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.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()
-
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:
toBuilder
in 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:
toString
in classSettingData
-
-