@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SafeDerivedInit.SafeInitAclass"}) @Immutable public final class ImmutableSafeInitAclass extends SafeDerivedInit.SafeInitAclass
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSafeInitAclass.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSafeInitAclass.Builder |
builder() |
static ImmutableSafeInitAclass |
copyOf(SafeDerivedInit.SafeInitAclass instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
ImmutableSafeInitAclass |
withA(int a) |
ImmutableSafeInitAclass |
withB(int b) |
ImmutableSafeInitAclass |
withC(int c) |
public final ImmutableSafeInitAclass withA(int a)
public final ImmutableSafeInitAclass withB(int b)
public final ImmutableSafeInitAclass withC(int c)
public int hashCode()
public String toString()
public static ImmutableSafeInitAclass copyOf(SafeDerivedInit.SafeInitAclass instance)
public static ImmutableSafeInitAclass.Builder builder()
Copyright © 2016 The Immutables.org authors. All rights reserved.