Class RegisteredGovernanceServiceElement
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.RegisteredGovernanceServiceElement
- All Implemented Interfaces:
Serializable,MetadataElement
public class RegisteredGovernanceServiceElement
extends Object
implements MetadataElement, Serializable
RegisteredGovernanceServiceElement contains the properties and header for a governance service entity retrieved from the metadata
repository plus its supported request types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeaderReturn the element header associated with the properties.Return the properties of the registered governance service.inthashCode()Return hash code for this objectvoidsetElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.voidsetProperties(RegisteredGovernanceService properties) Set up the properties of the registered governance service.toString()JSON-style toString
-
Constructor Details
-
RegisteredGovernanceServiceElement
public RegisteredGovernanceServiceElement()Default constructor -
RegisteredGovernanceServiceElement
Copy/clone constructor- Parameters:
template- object to copy
-
RegisteredGovernanceServiceElement
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getElementHeader
public org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader getElementHeader()Return the element header associated with the properties.- Specified by:
getElementHeaderin interfaceMetadataElement- Returns:
- element header object
-
setElementHeader
public void setElementHeader(org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementHeader elementHeader) Set up the element header associated with the properties.- Specified by:
setElementHeaderin interfaceMetadataElement- Parameters:
elementHeader- element header object
-
getProperties
Return the properties of the registered governance service.- Returns:
- properties bean
-
setProperties
Set up the properties of the registered governance service.- Parameters:
properties- properties bean
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-