Class SarifLog


  • public class SarifLog
    extends Object
    • Method Detail

      • getSchema

        public String getSchema()
        The URI of the JSON schema corresponding to the version.
      • getVersion

        public String getVersion()
        The SARIF format version of this log file.
      • getRuns

        public List<SarifLog.Run> getRuns()
        The set of runs contained in this log file.
      • setSchema

        public SarifLog setSchema​(String schema)
        The URI of the JSON schema corresponding to the version.
        Returns:
        this.
      • setVersion

        public SarifLog setVersion​(String version)
        The SARIF format version of this log file.
        Returns:
        this.
      • setRuns

        public SarifLog setRuns​(List<SarifLog.Run> runs)
        The set of runs contained in this log file.
        Returns:
        this.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object