Class ElementHierarchyRequest
java.lang.Object
org.odpi.openmetadata.viewservices.assetcatalog.rest.ElementHierarchyRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.getGuid()
Return the unique identifier of the starting node.Return the direction of the request.int
hashCode()
Return hash code based on properties.void
Set up the unique identifier of the starting node.void
setHierarchyType
(HierarchyType hierarchyType) Set up the direction of the request.toString()
Standard toString method.
-
Constructor Details
-
ElementHierarchyRequest
public ElementHierarchyRequest()Default constructor
-
-
Method Details
-
getGuid
Return the unique identifier of the starting node.- Returns:
- string guid
-
setGuid
Set up the unique identifier of the starting node.- Parameters:
guid
- string guid
-
getHierarchyType
Return the direction of the request.- Returns:
- hierarchy type enum
-
setHierarchyType
Set up the direction of the request.- Parameters:
hierarchyType
- hierarch type enum
-
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.
-