Interface Response


public interface Response
Implementation must be a response object, which can be serialized to JSON with Jackson library.
  • Method Details

    • getRequestId

      Long getRequestId()
    • setRequestId

      void setRequestId(Long requestId)