Class OMRSAuditLogStoreReport

  • All Implemented Interfaces:
    Serializable

    public class OMRSAuditLogStoreReport
    extends Object
    implements Serializable
    OMRSAuditLogStoreReport is a bean to describe one of the audit log store connectors registered with a server.
    See Also:
    Serialized Form
    • Constructor Detail

      • OMRSAuditLogStoreReport

        public OMRSAuditLogStoreReport()
        Default constructor
      • OMRSAuditLogStoreReport

        public OMRSAuditLogStoreReport​(OMRSAuditLogStoreReport template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getDestinationName

        public String getDestinationName()
        Return the name of this audit log store destination.
        Returns:
        string name
      • setDestinationName

        public void setDestinationName​(String destinationName)
        Set up the name of this audit log store destination.
        Parameters:
        destinationName - string name
      • getSupportedSeverities

        public List<String> getSupportedSeverities()
        Return the list of supported severities - null means all.
        Returns:
        list of severity names
      • setSupportedSeverities

        public void setSupportedSeverities​(List<String> supportedSeverities)
        Set up the list of supported severities - null means all.
        Parameters:
        supportedSeverities - list of severity names
      • getImplementationClass

        public String getImplementationClass()
        Return the name of the class that is providing the implementation of this audit log store.
        Returns:
        string name
      • setImplementationClass

        public void setImplementationClass​(String implementationClass)
        Set up the name of the class that is providing the implementation of this audit log store.
        Parameters:
        implementationClass - string name
      • 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