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()
auditLogLines
public void addAuditLogLine(AuditLogLine toAdd)
AuditLogLine
to the end of auditLogLines
toAdd
- public void addAuditLogLines(List<AuditLogLine> toAdd)
List<AuditLogLine>
to the end of auditLogLines
toAdd
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.