public class AuditLogReport extends Object implements Serializable
| Constructor and Description |
|---|
AuditLogReport()
Default constructor
|
AuditLogReport(AuditLogReport template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
List<AuditLogReport> |
getChildAuditLogReports()
Return the reports for the hierarchy of audit logs nested in this audit log.
|
AuditLogReportingComponent |
getReportingComponent()
Return the description of the component that is using this audit log.
|
Map<Integer,Integer> |
getSeverityCount()
Return the count of log records for each severity code.
|
Map<Integer,List<String>> |
getSeverityIdentification()
Return the map of severity codes to severity names - if the audit log is set up correctly
they should be 1-1.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setChildAuditLogReports(List<AuditLogReport> childAuditLogReports)
Set up the reports for the hierarchy of audit logs nested in this audit log.
|
void |
setReportingComponent(ComponentDescription reportingComponent)
Set up the description of the component that is using this audit log.
|
void |
setSeverityCount(Map<Integer,Integer> severityCount)
Set up the count of log records for each severity code.
|
void |
setSeverityIdentification(Map<Integer,List<String>> severityIdentification)
Set up the map of severity codes to severity names - if the audit log is set up correctly
they should be 1-1.
|
String |
toString()
Standard toString method.
|
public AuditLogReport()
public AuditLogReport(AuditLogReport template)
template - object to copypublic AuditLogReportingComponent getReportingComponent()
public void setReportingComponent(ComponentDescription reportingComponent)
reportingComponent - component id, name, description and doc URLpublic List<AuditLogReport> getChildAuditLogReports()
public void setChildAuditLogReports(List<AuditLogReport> childAuditLogReports)
childAuditLogReports - reports from hierarchy of child audit logspublic Map<Integer,List<String>> getSeverityIdentification()
public void setSeverityIdentification(Map<Integer,List<String>> severityIdentification)
severityIdentification - map of severity codes to list of severity names associated with it.public Map<Integer,Integer> getSeverityCount()
public void setSeverityCount(Map<Integer,Integer> severityCount)
severityCount - map of severity code to log record countpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.