Class OpenLineageExecutionParametersRunFacetParameter
java.lang.Object
org.odpi.openmetadata.frameworks.integration.openlineage.OpenLineageExecutionParametersRunFacetParameter
This class represents a single parameter passed to the job at runtime.
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.Return the human-readable description of the parameter.getKey()Return the unique identifier of the parameter.getName()Return the human-readable name of the parameter.getValue()Return the value of the parameter.inthashCode()Return hash code based on properties.voidsetDescription(String description) Set up the human-readable description of the parameter.voidSet up the unique identifier of the parameter.voidSet up the human-readable name of the parameter.voidSet up the value of the parameter.toString()Standard toString method.
-
Constructor Details
-
OpenLineageExecutionParametersRunFacetParameter
public OpenLineageExecutionParametersRunFacetParameter()Default constructor
-
-
Method Details
-
getKey
Return the unique identifier of the parameter.- Returns:
- string
-
setKey
Set up the unique identifier of the parameter.- Parameters:
key- string
-
getName
Return the human-readable name of the parameter.- Returns:
- string
-
setName
Set up the human-readable name of the parameter.- Parameters:
name- string
-
getDescription
Return the human-readable description of the parameter.- Returns:
- string
-
setDescription
Set up the human-readable description of the parameter.- Parameters:
description- string
-
getValue
Return the value of the parameter.- Returns:
- string
-
setValue
Set up the value of the parameter.- 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.
-