Class DigitalServiceOMASAPIResponse

  • All Implemented Interfaces:
    Serializable, FFDCResponse

    public abstract class DigitalServiceOMASAPIResponse
    extends FFDCResponseBase
    DigitalServiceOMASAPIResponse provides a common header for DigitalService OMAS managed rest to its REST API. It manages information about exceptions. If no exception has been raised exceptionClassName is null.
    See Also:
    Serialized Form
    • Constructor Detail

      • DigitalServiceOMASAPIResponse

        public DigitalServiceOMASAPIResponse()
        Default constructor
      • DigitalServiceOMASAPIResponse

        public DigitalServiceOMASAPIResponse​(DigitalServiceOMASAPIResponse template)
        Copy/clone constructor
        Parameters:
        template - object to copy