Class OMRSAuditLogStoreReport
java.lang.Object
org.odpi.openmetadata.repositoryservices.auditlog.OMRSAuditLogStoreReport
- All Implemented Interfaces:
Serializable
OMRSAuditLogStoreReport is a bean to describe one of the audit log store connectors registered with a server.
- 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 name of this audit log store destination.Return the name of the class that is providing the implementation of this audit log store.Return the list of supported severities - null means all.int
hashCode()
Return a hash code based on the values of this object.void
setDestinationName
(String destinationName) Set up the name of this audit log store destination.void
setImplementationClass
(String implementationClass) Set up the name of the class that is providing the implementation of this audit log store.void
setSupportedSeverities
(List<String> supportedSeverities) Set up the list of supported severities - null means all.toString()
Standard toString method.
-
Constructor Details
-
OMRSAuditLogStoreReport
public OMRSAuditLogStoreReport()Default constructor -
OMRSAuditLogStoreReport
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDestinationName
Return the name of this audit log store destination.- Returns:
- string name
-
setDestinationName
Set up the name of this audit log store destination.- Parameters:
destinationName
- string name
-
getSupportedSeverities
Return the list of supported severities - null means all.- Returns:
- list of severity names
-
setSupportedSeverities
Set up the list of supported severities - null means all.- Parameters:
supportedSeverities
- list of severity names
-
getImplementationClass
Return the name of the class that is providing the implementation of this audit log store.- Returns:
- string name
-
setImplementationClass
Set up the name of the class that is providing the implementation of this audit log store.- Parameters:
implementationClass
- string name
-
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.
-