Class ResponseStatus


  • public final class ResponseStatus
    extends Object
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Method Detail

      • getMessage

        public String getMessage()
        Gets the message associated with the code.
      • getAttributes

        public Map<String,​Object> getAttributes()
        Gets the meta-data related to the response. If meta-data is returned it is to be considered specific to the "op" that is executed. Not all "op" implementations will return meta-data.