@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","HasNullable"}) @Immutable public final class ImmutableHasNullable extends HasNullable
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableHasNullable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableHasNullable.Builder |
builder() |
static ImmutableHasNullable |
copyOf(HasNullable instance) |
String |
def() |
String |
der() |
boolean |
equals(Object another) |
int |
hashCode() |
Integer |
in() |
static ImmutableHasNullable |
of() |
static ImmutableHasNullable |
of(Integer in) |
String |
toString() |
ImmutableHasNullable |
withDef(String value) |
ImmutableHasNullable |
withIn(Integer value) |
public final ImmutableHasNullable withIn(@Nullable Integer value)
public final ImmutableHasNullable withDef(@Nullable String value)
public int hashCode()
public String toString()
public static ImmutableHasNullable of()
public static ImmutableHasNullable of(@Nullable Integer in)
public static ImmutableHasNullable copyOf(HasNullable instance)
public static ImmutableHasNullable.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.