Class BaseResponse

    • Constructor Detail

      • BaseResponse

        public BaseResponse()
    • Method Detail

      • getMessageId

        public String getMessageId()
        The client defined identifier specified in the request.
      • getStatus

        public Status getStatus()
        Response status, will be one of the following: ok, error
      • getError

        public Optional<String> getError()
        An error message accompanying an error status.