@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SillyPolyHost2"}) @Immutable public final class ImmutableSillyPolyHost2 extends SillyPolyHost2
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillyPolyHost2.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSillyPolyHost2.Builder |
builder() |
static ImmutableSillyPolyHost2 |
copyOf(SillyPolyHost2 instance) |
boolean |
equals(Object another) |
int |
hashCode() |
com.google.common.base.Optional<SillyAbstract> |
o() |
SillyAbstract |
s() |
String |
toString() |
ImmutableSillyPolyHost2 |
withO(com.google.common.base.Optional<? extends SillyAbstract> optional) |
ImmutableSillyPolyHost2 |
withO(SillyAbstract value) |
ImmutableSillyPolyHost2 |
withS(SillyAbstract value) |
public SillyAbstract s()
public com.google.common.base.Optional<SillyAbstract> o()
public final ImmutableSillyPolyHost2 withS(SillyAbstract value)
public final ImmutableSillyPolyHost2 withO(SillyAbstract value)
public final ImmutableSillyPolyHost2 withO(com.google.common.base.Optional<? extends SillyAbstract> optional)
public int hashCode()
public String toString()
public static ImmutableSillyPolyHost2 copyOf(SillyPolyHost2 instance)
public static ImmutableSillyPolyHost2.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.