Class TechnologyTypeHierarchyResponse

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.automatedcuration.rest.TechnologyTypeHierarchyResponse
All Implemented Interfaces:
FFDCResponse

public class TechnologyTypeHierarchyResponse extends FFDCResponseBase
TechnologyTypeHierarchyResponse is the response structure used on the OMVS REST API calls that returns a technology type hierarchy object as a response.
  • Constructor Details

    • TechnologyTypeHierarchyResponse

      public TechnologyTypeHierarchyResponse()
      Default constructor
  • Method Details

    • getElement

      public TechnologyTypeHierarchy getElement()
      Return the element result.
      Returns:
      requested object
    • setElement

      public void setElement(TechnologyTypeHierarchy element)
      Set up the element result.
      Parameters:
      element - requested object
    • getMermaidString

      public String getMermaidString()
      Return the mermaid version of the hierarchy.
      Returns:
      mermaid string
    • setMermaidString

      public void setMermaidString(String mermaidString)
      Set up the mermaid version of the hierarchy.
      Parameters:
      mermaidString - mermaid string
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class FFDCResponseBase
      Returns:
      return string containing the property names and values