public class Finding extends Object
| Constructor and Description |
|---|
Finding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAfterContext()
Get the trailing context.
|
String |
getBeforeContext()
Get the preceding context.
|
String |
getConfidence()
Get the finding confidence.
|
DetectorMetadata |
getDetector()
Get the detector.
|
String |
getFinding()
Get the finding.
|
Location |
getLocation()
Get the location of the finding.
|
List<String> |
getMatchedDetectionRules()
Get the list of matched detection rules.
|
List<UUID> |
getMatchedDetectionRuleUUIDs()
Get the list of matched detection rule UUIDs.
|
String |
getRedactedFinding()
Returns the redacted finding.
|
Location |
getRedactedLocation()
Get the location that the redacted finding would occupy in the original content if it were to replace
the finding.
|
String |
toString() |
public String getFinding()
public String getRedactedFinding()
public String getBeforeContext()
public String getAfterContext()
public DetectorMetadata getDetector()
public String getConfidence()
finding is an instance of the matched detectorpublic Location getLocation()
public Location getRedactedLocation()
public List<UUID> getMatchedDetectionRuleUUIDs()
public List<String> getMatchedDetectionRules()
Copyright © 2022. All rights reserved.