Class GAFAPIResponse

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.frameworkservices.gaf.rest.GAFAPIResponse
All Implemented Interfaces:
FFDCResponse, RequestIdService
Direct Known Subclasses:
EngineActionElementResponse, EngineActionElementsResponse, GovernanceActionProcessGraphResponse, GovernanceEngineElementResponse, IntegrationGroupElementResponse, RegisteredGovernanceServiceResponse, RegisteredGovernanceServicesResponse, RegisteredIntegrationConnectorResponse, RegisteredIntegrationConnectorsResponse

public abstract class GAFAPIResponse extends FFDCResponseBase
OMAGGAFAPIResponse provides a common header for Metadata Store Service managed rest to its REST API. It manages information about exceptions. If no exception has been raised exceptionClassName is null.
  • Constructor Details

    • GAFAPIResponse

      public GAFAPIResponse()
      Default constructor
    • GAFAPIResponse

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

    • toString

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