Class TechnologyTypeElementListResponse

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

public class TechnologyTypeElementListResponse extends org.odpi.openmetadata.commonservices.ffdc.rest.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 Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ReferenceableElement>
    Return the list of elements.
    void
    setElements(List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ReferenceableElement> elements)
    Set up the list of elements.
    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

    • TechnologyTypeElementListResponse

      public TechnologyTypeElementListResponse()
      Default constructor
  • Method Details

    • getElements

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

      public void setElements(List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.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 org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
      Returns:
      return string containing the property names and values