Package | Description |
---|---|
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
OnmsVulnPlugin |
OnmsVulnerability.getVulnPlugin()
getVulnPlugin
|
Modifier and Type | Method and Description |
---|---|
void |
OnmsVulnerability.setVulnPlugin(OnmsVulnPlugin vulnPlugin)
setVulnPlugin
|
Constructor and Description |
---|
OnmsVulnerability(Integer vulnerabilityId,
Date creationTime,
Date lastAttemptTime,
Date lastScanTime,
Integer severity,
OnmsVulnPlugin vulnPlugin,
Integer pluginSubId)
minimal constructor
|
OnmsVulnerability(Integer vulnerabilityId,
OnmsNode node,
OnmsMonitoredService monitoredService,
Date creationTime,
Date lastAttemptTime,
Date lastScanTime,
Date resolvedTime,
Integer severity,
OnmsVulnPlugin vulnPlugin,
int pluginSubId,
String logMsg,
String descr,
Integer port,
String protocol,
String cveEntry)
full constructor
|
Copyright © 2017. All rights reserved.