Class MetaData.Response

    • Method Detail

      • getStatus

        public int getStatus()
        Returns:
        the HTTP status
      • getReason

        public String getReason()
        Returns:
        the HTTP reason
      • setStatus

        public void setStatus​(int status)
        Parameters:
        status - the HTTP status to set
      • setReason

        public void setReason​(String reason)
        Parameters:
        reason - the HTTP reason to set