java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasVersion

public class AtlasVersion extends Object
AtlasVersion describes the version of the connected Apache Atlas
  • Constructor Details

    • AtlasVersion

      public AtlasVersion()
      Default constructor.
    • AtlasVersion

      public AtlasVersion(AtlasVersion template)
      Copy/clone constructor.
      Parameters:
      template - instance to copy
  • Method Details

    • getDescription

      public String getDescription()
      Return the description of Apache Atlas.
      Returns:
      string
    • setDescription

      public void setDescription(String description)
      Set up the description of Apache Atlas.
      Parameters:
      description - string
    • getRevision

      public String getRevision()
      Return whether this is a release or a snapshot.
      Returns:
      string
    • setRevision

      public void setRevision(String revision)
      Set up whether this is a release or a snapshot.
      Parameters:
      revision - string
    • getVersion

      public String getVersion()
      Return the version of Apache Atlas running.
      Returns:
      string
    • setVersion

      public void setVersion(String version)
      Set up the version of Apache Atlas running.
      Parameters:
      version - string
    • getName

      public String getName()
      Return the name of the Apache Atlas runtime.
      Returns:
      string
    • setName

      public void setName(String name)
      Set up the name of the Apache Atlas runtime.
      Parameters:
      name - string
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class Object
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Equals method that returns true if containing properties are the same.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class Object
      Returns:
      int hash code