public class VulnerableComponentView extends BlackDuckView
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,LinkResponse> |
links |
static java.lang.String |
MATCHED_FILES_LINK |
static LinkMultipleResponses<MatchedFileView> |
MATCHED_FILES_LINK_RESPONSE |
static java.lang.String |
VULNERABILITIES_LINK |
static LinkMultipleResponses<VulnerabilityView> |
VULNERABILITIES_LINK_RESPONSE |
| Constructor and Description |
|---|
VulnerableComponentView() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponent() |
java.lang.String |
getComponentName() |
java.lang.String |
getComponentVersion() |
java.lang.String |
getComponentVersionName() |
java.lang.String |
getComponentVersionOriginId() |
java.lang.String |
getComponentVersionOriginName() |
ComplexLicenseView |
getLicense() |
VulnerabilityWithRemediationView |
getVulnerabilityWithRemediation() |
void |
setComponent(java.lang.String component) |
void |
setComponentName(java.lang.String componentName) |
void |
setComponentVersion(java.lang.String componentVersion) |
void |
setComponentVersionName(java.lang.String componentVersionName) |
void |
setComponentVersionOriginId(java.lang.String componentVersionOriginId) |
void |
setComponentVersionOriginName(java.lang.String componentVersionOriginName) |
void |
setLicense(ComplexLicenseView license) |
void |
setVulnerabilityWithRemediation(VulnerabilityWithRemediationView vulnerabilityWithRemediation) |
getAllowedMethods, getAvailableLinks, getFirstLink, getHref, getLinks, getMeta, getResourceLinks, getResourceMetadata, hasLink, setMetagetGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatchpublic static final java.util.Map<java.lang.String,LinkResponse> links
public static final java.lang.String MATCHED_FILES_LINK
public static final java.lang.String VULNERABILITIES_LINK
public static final LinkMultipleResponses<MatchedFileView> MATCHED_FILES_LINK_RESPONSE
public static final LinkMultipleResponses<VulnerabilityView> VULNERABILITIES_LINK_RESPONSE
public java.lang.String getComponent()
public void setComponent(java.lang.String component)
public java.lang.String getComponentName()
public void setComponentName(java.lang.String componentName)
public java.lang.String getComponentVersion()
public void setComponentVersion(java.lang.String componentVersion)
public java.lang.String getComponentVersionName()
public void setComponentVersionName(java.lang.String componentVersionName)
public java.lang.String getComponentVersionOriginId()
public void setComponentVersionOriginId(java.lang.String componentVersionOriginId)
public java.lang.String getComponentVersionOriginName()
public void setComponentVersionOriginName(java.lang.String componentVersionOriginName)
public ComplexLicenseView getLicense()
public void setLicense(ComplexLicenseView license)
public VulnerabilityWithRemediationView getVulnerabilityWithRemediation()
public void setVulnerabilityWithRemediation(VulnerabilityWithRemediationView vulnerabilityWithRemediation)