Class OpenLineageHierarchyDataSetFacetLevel
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageHierarchyDataSetFacetLevel
This class represents a single level in the hierarchy dataset facet, for example DATABASE, SCHEMA or TABLE.
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 dataset hierarchy level name.getType()Return the dataset hierarchy level type.inthashCode()Return hash code based on properties.voidSet up the dataset hierarchy level name.voidSet up the dataset hierarchy level type.toString()Standard toString method.
-
Constructor Details
-
OpenLineageHierarchyDataSetFacetLevel
public OpenLineageHierarchyDataSetFacetLevel()Default constructor
-
-
Method Details
-
getType
Return the dataset hierarchy level type.- Returns:
- string
-
setType
Set up the dataset hierarchy level type.- Parameters:
type- string
-
getName
Return the dataset hierarchy level name.- Returns:
- string
-
setName
Set up the dataset hierarchy level name.- Parameters:
name- 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.
-