| Modifier and Type | Method and Description |
|---|---|
Verifier.Result.Status |
ImmutableResult.getStatus() |
Verifier.Result.Status |
Verifier.Result.getStatus() |
static Verifier.Result.Status |
Verifier.Result.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Verifier.Result.Status[] |
Verifier.Result.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableResult.Builder |
ImmutableResult.Builder.status(Verifier.Result.Status status)
Initializes the value for the
status attribute. |
ImmutableResult |
ImmutableResult.withStatus(Verifier.Result.Status value)
Copy the current immutable object by setting a value for the
status attribute. |
Copyright © 2016–2017 Red Hat. All rights reserved.