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

public class VoidResponse extends FFDCResponseBase
VoidResponse defines the response structure for the OMAS REST API calls that returns a void as a response.
  • Constructor Details

    • VoidResponse

      public VoidResponse()
      Default constructor
    • VoidResponse

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

    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class FFDCResponseBase
      Returns:
      string containing the properties and their values