Uses of Class
com.orbitz.consul.model.kv.ImmutableTxError
-
Packages that use ImmutableTxError Package Description com.orbitz.consul.model.kv -
-
Uses of ImmutableTxError in com.orbitz.consul.model.kv
Methods in com.orbitz.consul.model.kv that return ImmutableTxError Modifier and Type Method Description ImmutableTxErrorImmutableTxError.Builder. build()Builds a newImmutableTxError.static ImmutableTxErrorImmutableTxError. copyOf(TxError instance)Creates an immutable copy of aTxErrorvalue.ImmutableTxErrorImmutableTxError. withOpIndex(java.math.BigInteger value)Copy the current immutable object by setting a present value for the optionalopIndexattribute.ImmutableTxErrorImmutableTxError. withOpIndex(java.util.Optional<? extends java.math.BigInteger> optional)Copy the current immutable object by setting an optional value for theopIndexattribute.ImmutableTxErrorImmutableTxError. withWhat(java.lang.String value)Copy the current immutable object by setting a present value for the optionalwhatattribute.ImmutableTxErrorImmutableTxError. withWhat(java.util.Optional<java.lang.String> optional)Copy the current immutable object by setting an optional value for thewhatattribute.
-