public class EventCategory extends Object implements Serializable
Constructor and Description |
---|
EventCategory()
Constructor for Type.REST event category.
|
EventCategory(AuditElements.EventCategoryType type)
Constructor for the given Type event category.
|
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
List<String> |
getEvents() |
String |
getSubcategory() |
AuditElements.EventCategoryType |
getType() |
void |
setCategory(String category) |
void |
setSubcategory(String subcategory) |
void |
setType(AuditElements.EventCategoryType type) |
public EventCategory()
public EventCategory(AuditElements.EventCategoryType type)
type
- event category typepublic AuditElements.EventCategoryType getType()
public void setType(AuditElements.EventCategoryType type)
public String getCategory()
public void setCategory(String category)
public String getSubcategory()
public void setSubcategory(String subcategory)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.