public class OMRSAuditLogReport extends AuditLogReport
| Constructor and Description |
|---|
OMRSAuditLogReport()
Default constructor
|
OMRSAuditLogReport(AuditLogReport template)
Copy/clone constructor.
|
OMRSAuditLogReport(OMRSAuditLogReport 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.
|
OMRSAuditLogDestinationsReport |
getDestinationsReport()
Return the list of destinations where audit log records are being sent.
|
Map<String,String> |
getOriginatorProperties()
Return the properties that describe the server that owns the audit log.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setDestinationsReport(OMRSAuditLogDestinationsReport destinationsReport)
Set up the list of destinations where audit log records are being sent.
|
void |
setOriginatorProperties(Map<String,String> originatorProperties)
Set up the properties that describe the server that owns the audit log.
|
String |
toString()
Standard toString method.
|
getChildAuditLogReports, getReportingComponent, getSeverityCount, getSeverityIdentification, setChildAuditLogReports, setReportingComponent, setSeverityCount, setSeverityIdentificationpublic OMRSAuditLogReport()
public OMRSAuditLogReport(AuditLogReport template)
template - object to copypublic OMRSAuditLogReport(OMRSAuditLogReport template)
template - object to copypublic Map<String,String> getOriginatorProperties()
public void setOriginatorProperties(Map<String,String> originatorProperties)
originatorProperties - map of property value pairspublic OMRSAuditLogDestinationsReport getDestinationsReport()
public void setDestinationsReport(OMRSAuditLogDestinationsReport destinationsReport)
destinationsReport - destinations report objectpublic String toString()
toString in class AuditLogReportpublic boolean equals(Object objectToCompare)
equals in class AuditLogReportobjectToCompare - objectpublic int hashCode()
hashCode in class AuditLogReportCopyright © 2018–2020 ODPi. All rights reserved.