@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","NullableDefault"}) @Immutable public final class ImmutableNullableDefault extends Object implements NullableDefault
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableNullableDefault.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableNullableDefault.Builder |
builder() |
static ImmutableNullableDefault |
copyOf(NullableDefault instance) |
boolean |
equals(Object another) |
int |
hashCode() |
Integer |
intr() |
String |
str() |
String |
toString() |
ImmutableNullableDefault |
withIntr(Integer value) |
ImmutableNullableDefault |
withStr(String value) |
public final ImmutableNullableDefault withStr(@Nullable String value)
public final ImmutableNullableDefault withIntr(@Nullable Integer value)
public int hashCode()
public String toString()
public static ImmutableNullableDefault copyOf(NullableDefault instance)
public static ImmutableNullableDefault.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.