public class RedactorChangeLog extends Object
Represents results for a list of redactions, passed to Apply() method of Redactor class.
Learn more
| Constructor and Description |
|---|
RedactorChangeLog()
Initializes a new instance of RedactorChangeLog class.
|
| Modifier and Type | Method and Description |
|---|---|
List<RedactorLogEntry> |
getRedactionLog()
Gets the list of
RedactorLogEntry instances. |
RedactionStatus |
getStatus()
Gets the final status of all applied redactions.
|
public RedactorChangeLog()
Initializes a new instance of RedactorChangeLog class.
public final List<RedactorLogEntry> getRedactionLog()
Gets the list of RedactorLogEntry instances.
RedactorLogEntry instances.public final RedactionStatus getStatus()
Gets the final status of all applied redactions.
Copyright © 2025. All rights reserved.