Class ITProfileProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.ActorProfileProperties
-
- org.odpi.openmetadata.accessservices.governanceprogram.properties.ITProfileProperties
-
- All Implemented Interfaces:
Serializable
public class ITProfileProperties extends ActorProfileProperties
The ITProfileProperties describes a automated agent that is taking governance action.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ITProfileProperties()Default ConstructorITProfileProperties(ITProfileProperties template)Copy/clone Constructor - the resulting object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()JSON-style toString.-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ActorProfileProperties
equals, getDescription, getKnownName, hashCode, setDescription, setKnownName
-
Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.properties.ReferenceableProperties
getAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName
-
-
-
-
Constructor Detail
-
ITProfileProperties
public ITProfileProperties()
Default Constructor
-
ITProfileProperties
public ITProfileProperties(ITProfileProperties template)
Copy/clone Constructor - the resulting object.- Parameters:
template- object being copied
-
-
Method Detail
-
toString
public String toString()
JSON-style toString.- Overrides:
toStringin classActorProfileProperties- Returns:
- list of properties and their values.
-
-