@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","CancelParam"}) @Immutable public final class ImmutableCancelParam extends Object implements CancelParam
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableCancelParam.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
a() |
com.google.common.collect.ImmutableList<Integer> |
aux() |
static ImmutableCancelParam.Builder |
builder() |
static ImmutableCancelParam |
copyOf(CancelParam instance) |
boolean |
equals(Object another) |
int |
hashCode() |
static ImmutableCancelParam |
of(int a) |
String |
toString() |
ImmutableCancelParam |
withA(int value) |
ImmutableCancelParam |
withAux(int... elements) |
ImmutableCancelParam |
withAux(Iterable<Integer> elements) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitusepublic com.google.common.collect.ImmutableList<Integer> aux()
public int a()
public final ImmutableCancelParam withAux(int... elements)
public final ImmutableCancelParam withAux(Iterable<Integer> elements)
public final ImmutableCancelParam withA(int value)
public int hashCode()
public String toString()
public static ImmutableCancelParam of(int a)
public static ImmutableCancelParam copyOf(CancelParam instance)
public static ImmutableCancelParam.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.