public class AuditLog extends Object
| Constructor and Description |
|---|
AuditLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuditLogLine(AuditLogLine toAdd)
Add an
AuditLogLine to the end of auditLogLines |
void |
addAuditLogLines(List<AuditLogLine> toAdd)
Add a
List<AuditLogLine> to the end of auditLogLines |
List<AuditLogLine> |
getAuditLogLines() |
public List<AuditLogLine> getAuditLogLines()
auditLogLinespublic void addAuditLogLine(AuditLogLine toAdd)
AuditLogLine to the end of auditLogLinestoAdd - public void addAuditLogLines(List<AuditLogLine> toAdd)
List<AuditLogLine> to the end of auditLogLinestoAdd - Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.