| Package | Description |
|---|---|
| com.orbitz.consul.model.kv |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTxError |
ImmutableTxError.Builder.build()
Builds a new
ImmutableTxError. |
static ImmutableTxError |
ImmutableTxError.copyOf(TxError instance)
Creates an immutable copy of a
TxError value. |
ImmutableTxError |
ImmutableTxError.withOpIndex(BigInteger value)
Copy the current immutable object by setting a present value for the optional
opIndex attribute. |
ImmutableTxError |
ImmutableTxError.withOpIndex(Optional<BigInteger> optional)
Copy the current immutable object by setting an optional value for the
opIndex attribute. |
ImmutableTxError |
ImmutableTxError.withWhat(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
what attribute. |
ImmutableTxError |
ImmutableTxError.withWhat(String value)
Copy the current immutable object by setting a present value for the optional
what attribute. |
Copyright © 2018. All rights reserved.