Class OMRSAuditLogDestinationsReport
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogDestinationsReport
-
- All Implemented Interfaces:
Serializable
public class OMRSAuditLogDestinationsReport extends Object implements Serializable
OMRSAuditLogDestinationReport is a container for properties about the logging destinations supported by this audit log.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OMRSAuditLogDestinationsReport()Default constructorOMRSAuditLogDestinationsReport(OMRSAuditLogDestinationsReport template)Copy/clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Validate that an object is equal depending on their stored values.List<OMRSAuditLogStoreReport>getLogStoreReports()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.StringtoString()Standard toString method.
-
-
-
Constructor Detail
-
OMRSAuditLogDestinationsReport
public OMRSAuditLogDestinationsReport()
Default constructor
-
OMRSAuditLogDestinationsReport
public OMRSAuditLogDestinationsReport(OMRSAuditLogDestinationsReport template)
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
getLogStoreReports
public List<OMRSAuditLogStoreReport> getLogStoreReports()
Return the report for each audit log store.- Returns:
- list of properties for each audit log store
-
setLogStoreReports
public void setLogStoreReports(List<OMRSAuditLogStoreReport> logStoreReports)
Set up the report for each audit log store.- Parameters:
logStoreReports- list of properties for each audit log store
-
toString
public String toString()
Standard toString method.
-
equals
public boolean equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
-
-