Class ExternalSystemResponse


  • public class ExternalSystemResponse
    extends Object
    Keeps the information of a response from an external system
    • Method Detail

      • getData

        public Object getData()
        Returns:
        the data received in the external system response
      • getStatusCode

        public int getStatusCode()
        Returns:
        the status code of the external system response
      • getError

        public Object getError()
        Returns:
        the error information of the external system response