Class PolicyData.Resources.EvaluationDetails

    • Constructor Detail

      • EvaluationDetails

        public EvaluationDetails()
    • Method Detail

      • setMatched_cve_list

        public void setMatched_cve_list​(ArrayList<String> matched_cve_list)
      • setExcluded_cve_list

        public void setExcluded_cve_list​(ArrayList<String> excluded_cve_list)
      • isCveIdInExcludedCveList

        public boolean isCveIdInExcludedCveList​(String cveId)
      • isCveIdInMatchedCveList

        public boolean isCveIdInMatchedCveList​(String cveId)