Class OpenLineageOwnershipJobFacetOwner
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageOwnershipJobFacetOwner
This class represents a single owner of a job.
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 identifier of the owner of the job.getType()Return the type of the owner, for example MAINTAINER.inthashCode()Return hash code based on properties.voidSet up the identifier of the owner of the job.voidSet up the type of the owner, for example MAINTAINER.toString()Standard toString method.
-
Constructor Details
-
OpenLineageOwnershipJobFacetOwner
public OpenLineageOwnershipJobFacetOwner()Default constructor
-
-
Method Details
-
getName
Return the identifier of the owner of the job. It is recommended to define this as a URN, for example application:foo, user:jdoe or team:data.- Returns:
- string
-
setName
Set up the identifier of the owner of the job. It is recommended to define this as a URN, for example application:foo, user:jdoe or team:data.- Parameters:
name- string
-
getType
Return the type of the owner, for example MAINTAINER.- Returns:
- string
-
setType
Set up the type of the owner, for example MAINTAINER.- 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.
-