public class OMRSAuditLogDestinationsReport extends Object implements Serializable
| Constructor and Description |
|---|
OMRSAuditLogDestinationsReport()
Default constructor
|
OMRSAuditLogDestinationsReport(OMRSAuditLogDestinationsReport 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<OMRSAuditLogStoreReport> |
getLogStoreReports()
Return the report for each audit log store.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setLogStoreReports(List<OMRSAuditLogStoreReport> logStoreReports)
Set up the report for each audit log store.
|
String |
toString()
Standard toString method.
|
public OMRSAuditLogDestinationsReport()
public OMRSAuditLogDestinationsReport(OMRSAuditLogDestinationsReport template)
template - object to copypublic List<OMRSAuditLogStoreReport> getLogStoreReports()
public void setLogStoreReports(List<OMRSAuditLogStoreReport> logStoreReports)
logStoreReports - list of properties for each audit log storepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.