public class AuditLoggerName extends AbstractBaseBean
| Constructor and Description |
|---|
AuditLoggerName(AuditElements.EventCategoryType type,
String category,
String subcategory,
String event,
AuditElements.Result condition) |
| Modifier and Type | Method and Description |
|---|---|
static AuditLoggerName |
fromLoggerName(String loggerName) |
String |
getCategory() |
String |
getEvent() |
AuditElements.Result |
getResult() |
String |
getSubcategory() |
AuditElements.EventCategoryType |
getType() |
String |
toLoggerName() |
equals, hashCode, toStringpublic AuditLoggerName(AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition) throws IllegalArgumentException
IllegalArgumentExceptionpublic AuditElements.EventCategoryType getType()
public String getEvent()
public String getCategory()
public AuditElements.Result getResult()
public String getSubcategory()
public String toLoggerName()
public static AuditLoggerName fromLoggerName(String loggerName) throws IllegalArgumentException, ParseException
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.