Class OpenLineageSymlinksDataSetFacetIdentifier
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageSymlinksDataSetFacetIdentifier
This class represents an alternative identifier (symlink) for a dataset.
It is part of the OpenLineage spec.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.getName()Return the name of the alternative identifier.Return the namespace of the alternative identifier.getType()Return the type of the alternative identifier, for example TABLE or LOCATION.inthashCode()Return hash code based on properties.voidSet up the name of the alternative identifier.voidsetNamespace(String namespace) Set up the namespace of the alternative identifier.voidSet up the type of the alternative identifier, for example TABLE or LOCATION.toString()Standard toString method.
-
Constructor Details
-
OpenLineageSymlinksDataSetFacetIdentifier
public OpenLineageSymlinksDataSetFacetIdentifier()Default constructor
-
-
Method Details
-
getNamespace
Return the namespace of the alternative identifier.- Returns:
- string
-
setNamespace
Set up the namespace of the alternative identifier.- Parameters:
namespace- string
-
getName
Return the name of the alternative identifier.- Returns:
- string
-
setName
Set up the name of the alternative identifier.- Parameters:
name- string
-
getType
Return the type of the alternative identifier, for example TABLE or LOCATION.- Returns:
- string
-
setType
Set up the type of the alternative identifier, for example TABLE or LOCATION.- Parameters:
type- string
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-