Class RelatedMetadataElementList
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedMetadataElementList
OpenMetadataRelationshipList is a response object for passing back a list of GAF OpenMetadataRelationship
or an exception if the request failed.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the list of metadata elements.Return the mermaid string used to render a graph.int
hashCode()
Return hash code for this objectvoid
setElementList
(List<RelatedMetadataElement> elementList) Set up the metadata element to return.void
setMermaidGraph
(String mermaidGraph) Set up mermaid string used to render a graph.toString()
JSON-style toString
-
Constructor Details
-
RelatedMetadataElementList
public RelatedMetadataElementList()Default constructor -
RelatedMetadataElementList
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getElementList
Return the list of metadata elements.- Returns:
- result object
-
setElementList
Set up the metadata element to return.- Parameters:
elementList
- result object
-
getMermaidGraph
Return the mermaid string used to render a graph.- Returns:
- string in Mermaid markdown
-
setMermaidGraph
Set up mermaid string used to render a graph.- Parameters:
mermaidGraph
- string in Mermaid markdown
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-