Package org.jboss.hal.meta.description
Class ResourceDescription
- java.lang.Object
-
- org.jboss.hal.dmr.ModelNode
-
- org.jboss.hal.meta.description.ResourceDescription
-
-
Constructor Summary
Constructors Constructor Description ResourceDescription(ModelNode payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeCollectionattributes()AttributeCollectionchildren()StringgetDescription()StabilityLevelgetStability()AttributeCollectionoperations()AttributeCollectionrequestProperties()-
Methods inherited from class org.jboss.hal.dmr.ModelNode
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, addEmptyList, addEmptyObject, addExpression, as, asBigDecimal, asBigInteger, asBoolean, asBoolean, asBytes, asDouble, asDouble, asInt, asInt, asList, asLong, asLong, asObject, asProperty, asPropertyList, asString, asType, clear, clone, equals, equals, fromBase64, get, get, get, getFailureDescription, getType, has, has, hasDefined, hasDefined, hashCode, isDefined, isFailure, keys, protect, remove, require, require, resolve, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setEmptyList, setEmptyObject, setExpression, setExpression, toBase64String, toJSONString, toJSONString, toString, writeExternal
-
-
-
-
Constructor Detail
-
ResourceDescription
public ResourceDescription(ModelNode payload)
-
-
Method Detail
-
getDescription
public String getDescription()
- Returns:
- the resource description
-
getStability
public StabilityLevel getStability()
-
attributes
public AttributeCollection attributes()
-
requestProperties
public AttributeCollection requestProperties()
-
operations
public AttributeCollection operations()
-
children
public AttributeCollection children()
-
-