Class ITProfileProperties
java.lang.Object
org.odpi.openmetadata.accessservices.devops.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.devops.properties.ActorProfileProperties
org.odpi.openmetadata.accessservices.devops.properties.ITProfileProperties
- All Implemented Interfaces:
Serializable
The ITProfileProperties describes a automated agent that is taking governance action.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorITProfileProperties
(ITProfileProperties template) Copy/clone Constructor - the resulting object. -
Method Summary
Methods inherited from class org.odpi.openmetadata.accessservices.devops.properties.ActorProfileProperties
equals, getDescription, getKnownName, hashCode, setDescription, setKnownName
Methods inherited from class org.odpi.openmetadata.accessservices.devops.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorProperties
-
Constructor Details
-
ITProfileProperties
public ITProfileProperties()Default Constructor -
ITProfileProperties
Copy/clone Constructor - the resulting object.- Parameters:
template
- object being copied
-
-
Method Details
-
toString
JSON-style toString.- Overrides:
toString
in classActorProfileProperties
- Returns:
- list of properties and their values.
-