Class OMRSAuditLogDestinationsReport
java.lang.Object
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogDestinationsReport
- All Implemented Interfaces:
Serializable
OMRSAuditLogDestinationReport is a container for properties about the logging destinations
supported by this audit log.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.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.toString()
Standard toString method.
-
Constructor Details
-
OMRSAuditLogDestinationsReport
public OMRSAuditLogDestinationsReport()Default constructor -
OMRSAuditLogDestinationsReport
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getLogStoreReports
Return the report for each audit log store.- Returns:
- list of properties for each audit log store
-
setLogStoreReports
Set up the report for each audit log store.- Parameters:
logStoreReports
- list of properties for each audit log store
-
toString
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-