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
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanValidate that an object is equal depending on their stored values.Return the report for each audit log store.inthashCode()Return a hash code based on the values of this object.voidsetLogStoreReports(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.
-