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 SummaryConstructorsConstructorDescriptionDefault constructorCopy/clone constructor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanValidate 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.inthashCode()Return a hash code based on the values of this object.voidsetDestinationName(String destinationName) Set up the name of this audit log store destination.voidsetImplementationClass(String implementationClass) Set up the name of the class that is providing the implementation of this audit log store.voidsetSupportedSeverities(List<String> supportedSeverities) Set up the list of supported severities - null means all.toString()Standard toString method.
- 
Constructor Details- 
OMRSAuditLogStoreReportpublic OMRSAuditLogStoreReport()Default constructor
- 
OMRSAuditLogStoreReportCopy/clone constructor- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getDestinationNameReturn the name of this audit log store destination.- Returns:
- string name
 
- 
setDestinationNameSet up the name of this audit log store destination.- Parameters:
- destinationName- string name
 
- 
getSupportedSeveritiesReturn the list of supported severities - null means all.- Returns:
- list of severity names
 
- 
setSupportedSeveritiesSet up the list of supported severities - null means all.- Parameters:
- supportedSeverities- list of severity names
 
- 
getImplementationClassReturn the name of the class that is providing the implementation of this audit log store.- Returns:
- string name
 
- 
setImplementationClassSet up the name of the class that is providing the implementation of this audit log store.- Parameters:
- implementationClass- string name
 
- 
toStringStandard toString method.
- 
equalsValidate that an object is equal depending on their stored values.
- 
hashCodepublic int hashCode()Return a hash code based on the values of this object.
 
-