Package | Description |
---|---|
org.opennms.netmgt.graph.api.info |
Modifier and Type | Method and Description |
---|---|
static Severity |
Severity.createFrom(OnmsSeverity severity) |
Severity |
StatusInfo.getSeverity() |
Severity |
StatusInfo.StatusInfoBuilder.getSeverity() |
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static StatusInfo.StatusInfoBuilder |
StatusInfo.builder(Severity severity) |
boolean |
Severity.isEqual(Severity other) |
boolean |
Severity.isLessThan(Severity other) |
StatusInfo.StatusInfoBuilder |
StatusInfo.StatusInfoBuilder.severity(Severity severity) |
Copyright © 2021. All rights reserved.