Class HostVulnerabilityOutput.ScanSummary

java.lang.Object
tenapull.data.entity.splunk.HostVulnerabilityOutput.ScanSummary
All Implemented Interfaces:
SummarySerializer.Summary<Scan,​ScanInfo>
Enclosing class:
HostVulnerabilityOutput

public static class HostVulnerabilityOutput.ScanSummary
extends java.lang.Object
implements SummarySerializer.Summary<Scan,​ScanInfo>
  • Method Summary

    Modifier and Type Method Description
    ScanInfo getDetails()
    Gets the "details" or "info" entity from the DB
    java.lang.String getName()
    Get the name of the entity being summarized
    java.lang.Integer getOptionalId()
    Optionally returns an Integer id to be serialized as the first entry in the summary wrapper.
    ExtraJson getOther()
    Get any extra json to be included, or null if there is none
    Scan getSummary()
    Gets the "summary" entity from the DB

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface tenapull.data.deserialize.SummarySerializer.Summary

    getDetailsKey