@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableAllMandatoryParams extends Object implements AllMandatoryParams
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableAllMandatoryParams.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
boolean |
b() |
static ImmutableAllMandatoryParams.Builder |
builder() |
String |
c() |
static ImmutableAllMandatoryParams |
copyOf(AllMandatoryParams instance) |
boolean |
equals(Object another) |
int |
hashCode() |
Object |
o() |
static ImmutableAllMandatoryParams |
of(int a,
boolean b,
String s,
Object o) |
String |
s() |
String |
toString() |
ImmutableAllMandatoryParams |
withA(int value) |
ImmutableAllMandatoryParams |
withB(boolean value) |
ImmutableAllMandatoryParams |
withC(String value) |
ImmutableAllMandatoryParams |
withO(Object value) |
ImmutableAllMandatoryParams |
withS(String value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitusepublic int a()
public boolean b()
public String s()
public Object o()
public String c()
public final ImmutableAllMandatoryParams withA(int value)
public final ImmutableAllMandatoryParams withB(boolean value)
public final ImmutableAllMandatoryParams withS(String value)
public final ImmutableAllMandatoryParams withO(Object value)
public final ImmutableAllMandatoryParams withC(String value)
public int hashCode()
public String toString()
public static ImmutableAllMandatoryParams of(int a, boolean b, String s, Object o)
public static ImmutableAllMandatoryParams copyOf(AllMandatoryParams instance)
public static ImmutableAllMandatoryParams.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.