@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableCustomBuilderDeserialize extends CustomBuilderDeserialize
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCustomBuilderDeserialize.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
static ImmutableCustomBuilderDeserialize |
copyOf(CustomBuilderDeserialize instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.collect.ImmutableList<Boolean> |
l() |
String |
s() |
String |
toString() |
Object |
value() |
ImmutableCustomBuilderDeserialize |
withA(int value) |
ImmutableCustomBuilderDeserialize |
withL(boolean... elements) |
ImmutableCustomBuilderDeserialize |
withL(Iterable<Boolean> elements) |
ImmutableCustomBuilderDeserialize |
withS(String value) |
ImmutableCustomBuilderDeserialize |
withValue(Object value) |
public int a()
public com.google.common.collect.ImmutableList<Boolean> l()
public final ImmutableCustomBuilderDeserialize withValue(@Nullable Object value)
public final ImmutableCustomBuilderDeserialize withA(int value)
public final ImmutableCustomBuilderDeserialize withS(@Nullable String value)
public final ImmutableCustomBuilderDeserialize withL(boolean... elements)
public final ImmutableCustomBuilderDeserialize withL(Iterable<Boolean> elements)
public int hashCode()
public String toString()
public static ImmutableCustomBuilderDeserialize copyOf(CustomBuilderDeserialize instance)
Copyright © 2022 The Immutables.org authors. All rights reserved.