Class TechnologyTypeHierarchyResponse

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

public class TechnologyTypeHierarchyResponse extends org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
TechnologyTypeHierarchyResponse is the response structure used on the OMVS REST API calls that returns a technology type hierarchy object as a response.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the element result.
    void
    Set up the element result.
    JSON-style toString

    Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase

    equals, getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, hashCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • 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
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class org.odpi.openmetadata.accessservices.assetowner.rest.AssetOwnerOMASAPIResponse
      Returns:
      return string containing the property names and values