Class Software


  • public class Software
    extends java.lang.Object
    Define the software
    • Constructor Detail

      • Software

        public Software()
    • Method Detail

      • getId

        public java.lang.String getId()
        Get the id
        Returns:
        the id
      • setId

        public void setId​(java.lang.String id)
        Set the id
        Parameters:
        id - the id
      • getVersionEndExcluding

        public java.lang.String getVersionEndExcluding()
        Get the version end excluding
        Returns:
        the version end excluding
      • setVersionEndExcluding

        public void setVersionEndExcluding​(java.lang.String versionEndExcluding)
        Set the version end excluding
        Parameters:
        versionEndExcluding - the version end excluding
      • getVulnerabilityIdMatched

        public java.lang.String getVulnerabilityIdMatched()
        Get the vulnerability id matched
        Returns:
        the vulnerability id matched
      • setVulnerabilityIdMatched

        public void setVulnerabilityIdMatched​(java.lang.String vulnerabilityIdMatched)
        Set the vulnerability id matched
        Parameters:
        vulnerabilityIdMatched - the vulnerability id matched
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
        Get the additional properties
        Returns:
        the additional properties
      • setAdditionalProperty

        public void setAdditionalProperty​(java.lang.String name,
                                          java.lang.Object value)
        Set the additional properties
        Parameters:
        name - the name
        value - the value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()