@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSampleValue extends Object implements SampleValue
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSampleValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
static ImmutableSampleValue.Builder |
builder() |
com.google.common.collect.ImmutableList<Integer> |
c() |
static ImmutableSampleValue |
copyOf(SampleValue instance) |
boolean |
equals(Object another) |
int |
hashCode() |
OptionalInt |
oi() |
com.google.common.base.Optional<String> |
os() |
String |
toString() |
ImmutableSampleValue |
withA(int value) |
ImmutableSampleValue |
withC(int... elements) |
ImmutableSampleValue |
withC(Iterable<Integer> elements) |
ImmutableSampleValue |
withOi(int value) |
ImmutableSampleValue |
withOi(OptionalInt optional) |
ImmutableSampleValue |
withOs(com.google.common.base.Optional<String> optional) |
ImmutableSampleValue |
withOs(String value) |
public int a()
public com.google.common.collect.ImmutableList<Integer> c()
public OptionalInt oi()
public com.google.common.base.Optional<String> os()
public final ImmutableSampleValue withA(int value)
public final ImmutableSampleValue withC(int... elements)
public final ImmutableSampleValue withC(Iterable<Integer> elements)
public final ImmutableSampleValue withOi(int value)
public final ImmutableSampleValue withOi(OptionalInt optional)
public final ImmutableSampleValue withOs(String value)
public final ImmutableSampleValue withOs(com.google.common.base.Optional<String> optional)
public int hashCode()
public String toString()
public static ImmutableSampleValue copyOf(SampleValue instance)
public static ImmutableSampleValue.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.