public class ScanTextResponse extends Object
i in the field findings
corresponds one-to-one with the input request payload, so all findings stored in a given sub-list
refer to matches that occurred in the ith index of the request payload.| Constructor and Description |
|---|
ScanTextResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<List<Finding>> |
getFindings()
Get the findings.
|
List<String> |
getRedactedPayload()
Return the original request content with the configured redactions applied.
|
String |
toString() |
public List<String> getRedactedPayload()
Copyright © 2022. All rights reserved.