public class VulnerabilityInfo extends Object
| Constructor and Description |
|---|
VulnerabilityInfo() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
com.denimgroup.threadfix.data.entities.Application |
getApp() |
List<String> |
getChannelNames() |
com.denimgroup.threadfix.data.entities.Defect |
getDefect() |
com.denimgroup.threadfix.data.entities.Dependency |
getDependency() |
List<com.denimgroup.threadfix.data.entities.Document> |
getDocuments() |
Boolean |
getFalsePositive() |
com.denimgroup.threadfix.data.entities.GenericSeverity |
getGenericSeverity() |
com.denimgroup.threadfix.data.entities.GenericVulnerability |
getGenericVulnerability() |
Boolean |
getHidden() |
Integer |
getId() |
String |
getParameter() |
String |
getPath() |
com.denimgroup.threadfix.data.entities.Organization |
getTeam() |
List<com.denimgroup.threadfix.data.entities.VulnerabilityComment> |
getVulnerabilityComments() |
void |
setActive(Boolean active) |
void |
setApp(com.denimgroup.threadfix.data.entities.Application app) |
void |
setChannelNames(List<String> channelNames) |
void |
setDefect(com.denimgroup.threadfix.data.entities.Defect defect) |
void |
setDependency(com.denimgroup.threadfix.data.entities.Dependency dependency) |
void |
setDocuments(List<com.denimgroup.threadfix.data.entities.Document> documents) |
void |
setFalsePositive(Boolean falsePositive) |
void |
setGenericSeverity(com.denimgroup.threadfix.data.entities.GenericSeverity genericSeverity) |
void |
setGenericVulnerability(com.denimgroup.threadfix.data.entities.GenericVulnerability genericVulnerability) |
void |
setHidden(Boolean hidden) |
void |
setId(Integer id) |
void |
setParameter(String parameter) |
void |
setPath(String path) |
void |
setTeam(com.denimgroup.threadfix.data.entities.Organization team) |
void |
setVulnerabilityComments(List<com.denimgroup.threadfix.data.entities.VulnerabilityComment> vulnerabilityComments) |
public Boolean getActive()
public void setActive(Boolean active)
public Boolean getHidden()
public void setHidden(Boolean hidden)
public Boolean getFalsePositive()
public void setFalsePositive(Boolean falsePositive)
public Integer getId()
public void setId(Integer id)
public com.denimgroup.threadfix.data.entities.Defect getDefect()
public void setDefect(com.denimgroup.threadfix.data.entities.Defect defect)
public com.denimgroup.threadfix.data.entities.GenericVulnerability getGenericVulnerability()
public void setGenericVulnerability(com.denimgroup.threadfix.data.entities.GenericVulnerability genericVulnerability)
public com.denimgroup.threadfix.data.entities.GenericSeverity getGenericSeverity()
public void setGenericSeverity(com.denimgroup.threadfix.data.entities.GenericSeverity genericSeverity)
public List<com.denimgroup.threadfix.data.entities.VulnerabilityComment> getVulnerabilityComments()
public void setVulnerabilityComments(List<com.denimgroup.threadfix.data.entities.VulnerabilityComment> vulnerabilityComments)
public List<com.denimgroup.threadfix.data.entities.Document> getDocuments()
public void setDocuments(List<com.denimgroup.threadfix.data.entities.Document> documents)
public String getPath()
public void setPath(String path)
public String getParameter()
public void setParameter(String parameter)
public com.denimgroup.threadfix.data.entities.Application getApp()
public void setApp(com.denimgroup.threadfix.data.entities.Application app)
public com.denimgroup.threadfix.data.entities.Organization getTeam()
public void setTeam(com.denimgroup.threadfix.data.entities.Organization team)
public com.denimgroup.threadfix.data.entities.Dependency getDependency()
public void setDependency(com.denimgroup.threadfix.data.entities.Dependency dependency)
Copyright © 2015 Denim Group, Ltd.. All rights reserved.