Uses of Class
com.cloudera.api.model.ApiEventSeverity

Packages that use ApiEventSeverity
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
 

Uses of ApiEventSeverity in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return ApiEventSeverity
static ApiEventSeverity ApiEventSeverity.fromString(String severity)
           
 ApiEventSeverity ApiEvent.getSeverity()
          The severity of the event.
static ApiEventSeverity ApiEventSeverity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ApiEventSeverity[] ApiEventSeverity.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 ApiEventSeverity
 void ApiEvent.setSeverity(ApiEventSeverity severity)
           
 

Constructors in com.cloudera.api.model with parameters of type ApiEventSeverity
ApiEvent(String id, Date timeOccurred, Date timeReceived, ApiEventCategory category, ApiEventSeverity severity, String content, boolean alert, Map<String,List<String>> attrMap)
           
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.