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:
  • Constructor Details

    • OMRSAuditLogDestinationsReport

      public OMRSAuditLogDestinationsReport()
      Default constructor
    • OMRSAuditLogDestinationsReport

      public OMRSAuditLogDestinationsReport(OMRSAuditLogDestinationsReport template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • 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.
      Overrides:
      toString in class Object
      Returns:
      JSON style description of variables.
    • equals

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class Object
      Returns:
      in hash code