Class NewGovernanceServiceRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.org.odpi.openmetadata.frameworks.connectors.properties.beans.ConnectionReturn the connection used to create a instance of this governance service.Retrieve the name of the technology used for this data asset.Returns the stored description property for the asset.getName()Return the name of the resource that this asset represents.Returns the stored qualified name property for the metadata entity.Set up the version identifier of the resource.inthashCode()Return hash code for this objectvoidsetConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection connection) Set up the connection used to create a instance of this governance service.voidsetDeployedImplementationType(String deployedImplementationType) Set up the name of the technology used for this data asset.voidsetDescription(String description) Set up the stored description property associated with the asset.voidSet up the name of the resource that this asset represents.voidsetQualifiedName(String qualifiedName) Set up the fully qualified name.voidsetVersionIdentifier(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
-
getName
Return the name of the resource that this asset represents.- Returns:
- string resource name
-
setName
Set up the name of the resource that this asset represents.- Parameters:
name- string resource 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
Returns the stored description property for the asset. If no description is provided then null is returned.- Returns:
- description String text
-
setDescription
Set up the stored description property associated with the asset.- Parameters:
description- String text
-
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
public org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection getConnection()Return the connection used to create a instance of this governance service.- Returns:
- Connection object
-
setConnection
public void setConnection(org.odpi.openmetadata.frameworks.connectors.properties.beans.Connection connection) 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
-