Class Software
- java.lang.Object
-
- com.github.toolarium.dependency.check.model.vulnerability.Software
-
public class Software extends java.lang.Object
Define the software
-
-
Constructor Summary
Constructors Constructor Description Software()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.util.Map<java.lang.String,java.lang.Object>
getAdditionalProperties()
Get the additional propertiesjava.lang.String
getId()
Get the idjava.lang.String
getVersionEndExcluding()
Get the version end excludingjava.lang.String
getVulnerabilityIdMatched()
Get the vulnerability id matchedint
hashCode()
void
setAdditionalProperty(java.lang.String name, java.lang.Object value)
Set the additional propertiesvoid
setId(java.lang.String id)
Set the idvoid
setVersionEndExcluding(java.lang.String versionEndExcluding)
Set the version end excludingvoid
setVulnerabilityIdMatched(java.lang.String vulnerabilityIdMatched)
Set the vulnerability id matchedjava.lang.String
toString()
-
-
-
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 namevalue
- the value
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
- See Also:
Object.hashCode()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
- See Also:
Object.equals(java.lang.Object)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- See Also:
Object.toString()
-
-