Package ai.nightfall.scan.model
Class ConfidenceAdjustment
java.lang.Object
ai.nightfall.scan.model.ConfidenceAdjustment
Describes how to adjust confidence on a given finding. Valid values for the adjustment are
VERY_UNLIKELY, UNLIKELY, POSSIBLE, LIKELY,
and VERY_LIKELY.-
Constructor Summary
ConstructorsConstructorDescriptionConfidenceAdjustment(Confidence fixedConfidence) Create a ConfidenceAdjustment object. -
Method Summary
Modifier and TypeMethodDescriptionReturn the confidence to adjust to.
-
Constructor Details
-
ConfidenceAdjustment
Create a ConfidenceAdjustment object.- Parameters:
fixedConfidence- the confidence to adjust to if external criteria are met.
-
-
Method Details
-
getFixedConfidence
Return the confidence to adjust to.- Returns:
- the confidence to adjust to
-