Class TechnologyTypeReportResponse

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

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

    • TechnologyTypeReportResponse

      public TechnologyTypeReportResponse()
      Default constructor
  • Method Details

    • getElement

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

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

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