| Modifier and Type | Method and Description |
|---|---|
static Result.Level |
Result.Level.fromValue(String value) |
Result.Level |
Result.getLevel()
A value specifying the severity level of the result.
|
static Result.Level |
Result.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result.Level[] |
Result.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setLevel(Result.Level level)
A value specifying the severity level of the result.
|
Result |
Result.withLevel(Result.Level level) |
Copyright © 2020 Contrast Security. All rights reserved.