Class OpenLineageLifecycleStateChangeDataSetFacetPreviousIdentifier
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageLifecycleStateChangeDataSetFacetPreviousIdentifier
This class represents the previous identity of a dataset that has been renamed.
It is part of the OpenLineage spec.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.getName()Return the previous name of the dataset.Return the previous namespace of the dataset.inthashCode()Return hash code based on properties.voidSet up the previous name of the dataset.voidsetNamespace(String namespace) Set up the previous namespace of the dataset.toString()Standard toString method.
-
Constructor Details
-
OpenLineageLifecycleStateChangeDataSetFacetPreviousIdentifier
public OpenLineageLifecycleStateChangeDataSetFacetPreviousIdentifier()Default constructor
-
-
Method Details
-
getName
Return the previous name of the dataset.- Returns:
- string
-
setName
Set up the previous name of the dataset.- Parameters:
name- string
-
getNamespace
Return the previous namespace of the dataset.- Returns:
- string
-
setNamespace
Set up the previous namespace of the dataset.- Parameters:
namespace- 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.
-