Class AdminReplyNot

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability
        See Also:
        Constant Field Values
      • requestId

        private String requestId
        Field identifying the original request.
      • success

        private boolean success
        true if the request succeeded.
      • info

        private String info
        Info related to the processing of the request.
    • Constructor Detail

      • AdminReplyNot

        public AdminReplyNot​(AdminRequestNot request,
                             boolean success,
                             String info)
        Constructs an AdminReply.
    • Method Detail

      • getRequestId

        public String getRequestId()
        Returns the request identifier.
      • getSuccess

        public boolean getSuccess()
        Returns true if the request was successful.
      • getInfo

        public String getInfo()
        Returns the info related to the processing of the request.