public class OMRSAuditLogStoreReport extends Object implements Serializable
| Constructor and Description |
|---|
OMRSAuditLogStoreReport()
Default constructor
|
OMRSAuditLogStoreReport(OMRSAuditLogStoreReport template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getDestinationName()
Return the name of this audit log store destination.
|
String |
getImplementationClass()
Return the name of the class that is providing the implementation of this audit log store.
|
List<String> |
getSupportedSeverities()
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.
|
String |
toString()
Standard toString method.
|
public OMRSAuditLogStoreReport()
public OMRSAuditLogStoreReport(OMRSAuditLogStoreReport template)
template - object to copypublic String getDestinationName()
public void setDestinationName(String destinationName)
destinationName - string namepublic List<String> getSupportedSeverities()
public void setSupportedSeverities(List<String> supportedSeverities)
supportedSeverities - list of severity namespublic String getImplementationClass()
public void setImplementationClass(String implementationClass)
implementationClass - string namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.