Interface AuditLogRecordSeverity
-
public interface AuditLogRecordSeverityAuditLogRecordSeverity defines the different levels of severity for log records stored in an AuditLogRecord.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Return the default description of this enum.StringgetName()Return the name of this enum.intgetOrdinal()Return the code for this enum.
-
-
-
Method Detail
-
getOrdinal
int getOrdinal()
Return the code for this enum.- Returns:
- int numeric for this enum
-
getName
String getName()
Return the name of this enum.- Returns:
- String name
-
getDescription
String getDescription()
Return the default description of this enum. This description is in English. Natural language translations can be created using a Resource Bundle indexed by the severity code. This description is a fall back when the resource bundle is not available.- Returns:
- String default description
-
-