| Modifier and Type | Method and Description |
|---|---|
ImmutableVerifierError |
ImmutableVerifierError.Builder.build()
Builds a new
ImmutableVerifierError. |
static ImmutableVerifierError |
ImmutableVerifierError.copyOf(Verifier.VerifierError instance)
Creates an immutable copy of a
Verifier.VerifierError value. |
ImmutableVerifierError |
ImmutableVerifierError.withAttributes(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
attributes map with the specified map. |
ImmutableVerifierError |
ImmutableVerifierError.withCode(String value)
Copy the current immutable object by setting a value for the
code attribute. |
ImmutableVerifierError |
ImmutableVerifierError.withDescription(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
description attribute. |
ImmutableVerifierError |
ImmutableVerifierError.withDescription(String value)
Copy the current immutable object by setting a present value for the optional
description attribute. |
ImmutableVerifierError |
ImmutableVerifierError.withParameters(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
parameters. |
ImmutableVerifierError |
ImmutableVerifierError.withParameters(String... elements)
Copy the current immutable object with elements that replace the content of
parameters. |
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.