@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SillyStructureWithId"}) @Immutable public final class ImmutableSillyStructureWithId extends Object implements SillyStructureWithId
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableSillyStructureWithId.Builder |
public String id()
public String attr1()
public boolean flag2()
public com.google.common.base.Optional<Integer> opt3()
public com.atlassian.fugue.Option<Integer> opt4()
public io.atlassian.fugue.Option<Integer> opt5()
public long very4()
public double wet5()
public com.google.common.collect.ImmutableList<SillySubstructure> subs6()
public SillySubstructure nest7()
public com.google.common.base.Optional<SillyTuplie> tup3()
public int int9()
public final ImmutableSillyStructureWithId withId(String value)
public final ImmutableSillyStructureWithId withAttr1(String value)
public final ImmutableSillyStructureWithId withFlag2(boolean value)
public final ImmutableSillyStructureWithId withOpt3(int value)
public final ImmutableSillyStructureWithId withOpt3(com.google.common.base.Optional<Integer> optional)
public final ImmutableSillyStructureWithId withOpt4(int value)
public final ImmutableSillyStructureWithId withOpt4(com.atlassian.fugue.Option<Integer> optional)
public final ImmutableSillyStructureWithId withOpt5(int value)
public final ImmutableSillyStructureWithId withOpt5(io.atlassian.fugue.Option<Integer> optional)
public final ImmutableSillyStructureWithId withVery4(long value)
public final ImmutableSillyStructureWithId withWet5(double value)
public final ImmutableSillyStructureWithId withSubs6(SillySubstructure... elements)
public final ImmutableSillyStructureWithId withSubs6(Iterable<? extends SillySubstructure> elements)
public final ImmutableSillyStructureWithId withNest7(SillySubstructure value)
public final ImmutableSillyStructureWithId withTup3(SillyTuplie value)
public final ImmutableSillyStructureWithId withTup3(com.google.common.base.Optional<? extends SillyTuplie> optional)
public final ImmutableSillyStructureWithId withInt9(int value)
public int hashCode()
public String toString()
public static ImmutableSillyStructureWithId copyOf(SillyStructureWithId instance)
public static ImmutableSillyStructureWithId.Builder builder()
Copyright © 2017 The Immutables.org authors. All rights reserved.