Class EpssItem

  • All Implemented Interfaces:
    java.io.Serializable

    public class EpssItem
    extends java.lang.Object
    implements java.io.Serializable
    Exploit Prediction Scoring System (EPSS) score.
    See Also:
    https://www.first.org/epss/, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EpssItem​(java.lang.String cve, java.lang.Double epss, java.lang.Double percentile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCve()  
      java.lang.Double getEpss()  
      java.lang.Double getPercentile()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EpssItem

        public EpssItem​(java.lang.String cve,
                        java.lang.Double epss,
                        java.lang.Double percentile)
    • Method Detail

      • getCve

        public java.lang.String getCve()
      • getEpss

        public java.lang.Double getEpss()
      • getPercentile

        public java.lang.Double getPercentile()