@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SillyValidatedConstructedValue"}) @Immutable public final class ImmutableSillyValidatedConstructedValue extends SillyValidatedConstructedValue
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyValidatedConstructedValue |
copyOf(SillyValidatedConstructedValue instance) |
boolean |
equals(Object another) |
int |
hashCode() |
boolean |
negativeOnly() |
static ImmutableSillyValidatedConstructedValue |
of(int value,
boolean negativeOnly) |
String |
toString() |
int |
value() |
ImmutableSillyValidatedConstructedValue |
withNegativeOnly(boolean value) |
ImmutableSillyValidatedConstructedValue |
withValue(int value) |
validatepublic int value()
public boolean negativeOnly()
public final ImmutableSillyValidatedConstructedValue withValue(int value)
public final ImmutableSillyValidatedConstructedValue withNegativeOnly(boolean value)
public int hashCode()
public String toString()
public static ImmutableSillyValidatedConstructedValue of(int value, boolean negativeOnly)
public static ImmutableSillyValidatedConstructedValue copyOf(SillyValidatedConstructedValue instance)
Copyright © 2017 The Immutables.org authors. All rights reserved.