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