Class AuditLog


  • public class AuditLog
    extends java.lang.Object
    Java representation of a full audit report
    • Constructor Detail

      • AuditLog

        public AuditLog()
    • Method Detail

      • getAuditLogLines

        public java.util.List<AuditLogLine> getAuditLogLines()
        Returns:
        an unmodifiable version of auditLogLines
      • addAuditLogLine

        public void addAuditLogLine​(AuditLogLine toAdd)
        Add an AuditLogLine to the end of auditLogLines
        Parameters:
        toAdd -
      • addAuditLogLines

        public void addAuditLogLines​(java.util.List<AuditLogLine> toAdd)
        Add a List<AuditLogLine> to the end of auditLogLines
        Parameters:
        toAdd -