Interface StatusResponseStatus


public interface StatusResponseStatus
The generic notification method result. This is used only when all notification returns the same completion code.
  • Method Details

    • getCode

      Integer getCode()
      The status code.
    • getMessage

      String getMessage()
      Status message.
    • getParameters

      Map<String,String> getParameters()
      Additional completion information.