Class DependencyList
java.lang.Object
org.odpi.openmetadata.adapters.connectors.unitycatalog.properties.DependencyList
Dependency list
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the dependency list.inthashCode()Return hash code based on properties.voidsetDependencies(List<Dependency> dependencies) Set up the dependency listtoString()Standard toString method.
-
Constructor Details
-
DependencyList
public DependencyList()Constructor
-
-
Method Details
-
getDependencies
Return the dependency list.- Returns:
- list
-
setDependencies
Set up the dependency list- Parameters:
dependencies- list
-
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.
-