Class Assessment

java.lang.Object
com.vaadin.appsec.backend.model.analysis.Assessment
All Implemented Interfaces:
Serializable

public class Assessment extends Object implements Serializable
The descriptor for a single module that contains assessments for each version affected by the same vulnerability.
See Also:
  • Constructor Details

    • Assessment

      public Assessment()
  • Method Details

    • getName

      public String getName()
      The name of the module.
      Returns:
      the name of the module
    • getAffectedVersions

      public Map<String,AffectedVersion> getAffectedVersions()
      A map of assessments on this module by version range.
      Returns:
      the map of assessments
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object