Class NewGovernanceServiceRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.rest.NewGovernanceServiceRequestBody
- Direct Known Subclasses:
UpdateGovernanceServiceRequestBody
NewGovernanceServiceRequestBody provides a structure for passing the properties of a new governance service
as a request body over a REST API.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the connection used to create a instance of this governance service.Retrieve the name of the technology used for this data asset.Return the description of the governance engine.Return the display name for messages and UI.Returns the stored qualified name property for the metadata entity.Set up the version identifier of the resource.int
hashCode()
Return hash code for this objectvoid
setConnection
(Connection connection) Set up the connection used to create a instance of this governance service.void
setDeployedImplementationType
(String deployedImplementationType) Set up the name of the technology used for this data asset.void
setDescription
(String description) Set up the description of the governance engine.void
setDisplayName
(String displayName) Set up the display name for messages and UI.void
setQualifiedName
(String qualifiedName) Set up the fully qualified name.void
setVersionIdentifier
(String versionIdentifier) Set up the version identifier of the resource.toString()
JSON-style toString.
-
Constructor Details
-
NewGovernanceServiceRequestBody
public NewGovernanceServiceRequestBody()Default constructor -
NewGovernanceServiceRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
setQualifiedName
Set up the fully qualified name.- Parameters:
qualifiedName
- String name
-
getQualifiedName
Returns the stored qualified name property for the metadata entity. If no qualified name is available then the empty string is returned.- Returns:
- qualifiedName
-
getDisplayName
Return the display name for messages and UI.- Returns:
- string name
-
setDisplayName
Set up the display name for messages and UI.- Parameters:
displayName
- string name
-
getVersionIdentifier
Set up the version identifier of the resource.- Returns:
- string version name
-
setVersionIdentifier
Set up the version identifier of the resource.- Parameters:
versionIdentifier
- string version name
-
getDescription
Return the description of the governance engine.- Returns:
- string description
-
setDescription
Set up the description of the governance engine.- Parameters:
description
- string
-
getDeployedImplementationType
Retrieve the name of the technology used for this data asset.- Returns:
- string name
-
setDeployedImplementationType
Set up the name of the technology used for this data asset.- Parameters:
deployedImplementationType
- string name
-
getConnection
Return the connection used to create a instance of this governance service.- Returns:
- Connection object
-
setConnection
Set up the connection used to create a instance of this governance service.- Parameters:
connection
- connection object
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-