| Package | Description |
|---|---|
| io.swagger.report |
| Modifier and Type | Method and Description |
|---|---|
Severity |
MessageBuilder.getHighestSeverity() |
Severity |
Message.getSeverity() |
static Severity |
Severity.valueOf(java.lang.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 |
|---|---|
boolean |
Severity.isMoreSevere(Severity severity)
Checks if this Severity level is higher than the given one.
|
| Constructor and Description |
|---|
Message(java.lang.String path,
java.lang.String message,
Severity severity) |
Copyright © 2019. All Rights Reserved.