Interface IResponse

All Known Implementing Classes:
IResponseImpl

public interface IResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the exception which was stored for the IResponse object
    Get id of the IResponse object
    Get the value which is stored in the IResponse object
  • Method Details

    • getId

      Object getId()
      Get id of the IResponse object
      Returns:
      id
    • getValue

      List<String> getValue()
      Get the value which is stored in the IResponse object
      Returns:
      object
    • getException

      Exception getException()
      Return the exception which was stored for the IResponse object
      Returns:
      exception