Class OpenLineageEnvironmentVariablesRunFacetVariable
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageEnvironmentVariablesRunFacetVariable
This class represents a single environment variable captured in the environmentVariables run facet.
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 environment variable.getValue()Return the value of the environment variable.inthashCode()Return hash code based on properties.voidSet up the name of the environment variable.voidSet up the value of the environment variable.toString()Standard toString method.
-
Constructor Details
-
OpenLineageEnvironmentVariablesRunFacetVariable
public OpenLineageEnvironmentVariablesRunFacetVariable()Default constructor
-
-
Method Details
-
getName
Return the name of the environment variable.- Returns:
- string
-
setName
Set up the name of the environment variable.- Parameters:
name- string
-
getValue
Return the value of the environment variable.- Returns:
- string
-
setValue
Set up the value of the environment variable.- Parameters:
value- 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.
-