| Package | Description | 
|---|---|
| weblogic.health | Provides interfaces for  weblogic.health. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| Symptom.Severity | Symptom. getSeverity() | Returns severity of the symptom | 
| static Symptom.Severity | Symptom.Severity. valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static Symptom.Severity[] | Symptom.Severity. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor | Description | 
|---|---|
| Symptom(Symptom.SymptomType type,
       Symptom.Severity severity,
       java.lang.String instanceId,
       java.lang.String info) | A Symptom object represents a structured observation reported by a component
 with its health state. |