Class ConnectionListResponse

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.adminservices.rest.ConnectionListResponse
All Implemented Interfaces:
FFDCResponse

public class ConnectionListResponse extends FFDCResponseBase
ConnectionListResponse is the response structure used on the OMAS REST API calls that return a list of connections as a response.
  • Constructor Details

    • ConnectionListResponse

      public ConnectionListResponse()
      Default constructor
    • ConnectionListResponse

      public ConnectionListResponse(ConnectionListResponse template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getConnections

      public List<Connection> getConnections()
      Return the connection list result.
      Returns:
      list of objects
    • setConnections

      public void setConnections(List<Connection> connections)
      Set up the connection list result.
      Parameters:
      connections - list of objects
    • toString

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

      public boolean equals(Object objectToCompare)
      Return comparison result based on the content of the properties.
      Overrides:
      equals in class FFDCResponseBase
      Parameters:
      objectToCompare - test object
      Returns:
      result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class FFDCResponseBase
      Returns:
      int hash code