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