@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableMinimumAnnotationsMapped extends Object implements MinimumAnnotationsMapped
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableMinimumAnnotationsMapped.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
a() |
com.google.common.collect.ImmutableList<Integer> |
b() |
static ImmutableMinimumAnnotationsMapped.Builder |
builder() |
static ImmutableMinimumAnnotationsMapped |
copyOf(MinimumAnnotationsMapped instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableMinimumAnnotationsMapped |
withA(String value) |
ImmutableMinimumAnnotationsMapped |
withB(int... elements) |
ImmutableMinimumAnnotationsMapped |
withB(Iterable<Integer> elements) |
public String a()
public com.google.common.collect.ImmutableList<Integer> b()
public final ImmutableMinimumAnnotationsMapped withA(String value)
public final ImmutableMinimumAnnotationsMapped withB(int... elements)
public final ImmutableMinimumAnnotationsMapped withB(Iterable<Integer> elements)
public int hashCode()
public String toString()
public static ImmutableMinimumAnnotationsMapped copyOf(MinimumAnnotationsMapped instance)
public static ImmutableMinimumAnnotationsMapped.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.