@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","LazyAttributesSafe"}) @Immutable public final class ImmutableLazyAttributesSafe extends LazyAttributesSafe
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableLazyAttributesSafe.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableLazyAttributesSafe.Builder |
builder() |
static ImmutableLazyAttributesSafe |
copyOf(LazyAttributesSafe instance) |
boolean |
equals(Object another) |
int |
getA() |
int |
getDefaults() |
String |
getDerived() |
String |
getLazy() |
int |
hashCode() |
String |
toString() |
ImmutableLazyAttributesSafe |
withA(int value) |
ImmutableLazyAttributesSafe |
withDefaults(int value) |
public int getA()
public String getDerived()
public int getDefaults()
public final ImmutableLazyAttributesSafe withA(int value)
public final ImmutableLazyAttributesSafe withDefaults(int value)
public int hashCode()
public String toString()
public String getLazy()
public static ImmutableLazyAttributesSafe copyOf(LazyAttributesSafe instance)
public static ImmutableLazyAttributesSafe.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.