Class TechnologyTypeElementListResponse

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

public class TechnologyTypeElementListResponse extends FFDCResponseBase
TechnologyTypeElementListResponse is the response structure used on the OMVS REST API calls that return a list of elements for a particular technology type as a response.
  • Constructor Details

    • TechnologyTypeElementListResponse

      public TechnologyTypeElementListResponse()
      Default constructor
  • Method Details

    • getElements

      public List<ReferenceableElement> getElements()
      Return the list of elements.
      Returns:
      list of objects or null
    • setElements

      public void setElements(List<ReferenceableElement> elements)
      Set up the list of elements.
      Parameters:
      elements - - list of objects or null
    • toString

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