Class AtlasVersion
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasVersion
AtlasVersion describes the version of the connected Apache Atlas
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.AtlasVersion(AtlasVersion template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.Return the description of Apache Atlas.getName()Return the name of the Apache Atlas runtime.Return whether this is a release or a snapshot.Return the version of Apache Atlas running.inthashCode()Return hash code for this objectvoidsetDescription(String description) Set up the description of Apache Atlas.voidSet up the name of the Apache Atlas runtime.voidsetRevision(String revision) Set up whether this is a release or a snapshot.voidsetVersion(String version) Set up the version of Apache Atlas running.toString()JSON-style toString.
-
Constructor Details
-
AtlasVersion
public AtlasVersion()Default constructor. -
AtlasVersion
Copy/clone constructor.- Parameters:
template- instance to copy
-
-
Method Details
-
getDescription
Return the description of Apache Atlas.- Returns:
- string
-
setDescription
Set up the description of Apache Atlas.- Parameters:
description- string
-
getRevision
Return whether this is a release or a snapshot.- Returns:
- string
-
setRevision
Set up whether this is a release or a snapshot.- Parameters:
revision- string
-
getVersion
Return the version of Apache Atlas running.- Returns:
- string
-
setVersion
Set up the version of Apache Atlas running.- Parameters:
version- string
-
getName
Return the name of the Apache Atlas runtime.- Returns:
- string
-
setName
Set up the name of the Apache Atlas runtime.- Parameters:
name- string
-
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
-