|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApiEventCategory | |
|---|---|
| com.cloudera.api.model | Java models of the underlying API JSON objects, with JAX-B annotations. |
| Uses of ApiEventCategory in com.cloudera.api.model |
|---|
| Methods in com.cloudera.api.model that return ApiEventCategory | |
|---|---|
static ApiEventCategory |
ApiEventCategory.fromString(String category)
|
ApiEventCategory |
ApiEvent.getCategory()
The category of this event -- whether it is a health event, an audit event, an activity event, etc. |
static ApiEventCategory |
ApiEventCategory.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApiEventCategory[] |
ApiEventCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.cloudera.api.model with parameters of type ApiEventCategory | |
|---|---|
void |
ApiEvent.setCategory(ApiEventCategory category)
|
| Constructors in com.cloudera.api.model with parameters of type ApiEventCategory | |
|---|---|
ApiEvent(String id,
Date timeOccurred,
Date timeReceived,
ApiEventCategory category,
ApiEventSeverity severity,
String content,
boolean alert,
Map<String,List<String>> attrMap)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||