@Value.Immutable @Gson.TypeAdapters public abstract class SillyStructure extends Object
| Constructor and Description |
|---|
SillyStructure() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
attr1() |
abstract boolean |
flag2() |
abstract int |
int9() |
abstract SillySubstructure |
nest7() |
abstract com.google.common.base.Optional<Integer> |
opt3() |
abstract List<SillySubstructure> |
subs6() |
abstract com.google.common.base.Optional<SillyTuplie> |
tup3() |
abstract long |
very4() |
abstract double |
wet5() |
public abstract String attr1()
public abstract boolean flag2()
public abstract com.google.common.base.Optional<Integer> opt3()
public abstract long very4()
public abstract double wet5()
public abstract List<SillySubstructure> subs6()
public abstract SillySubstructure nest7()
public abstract com.google.common.base.Optional<SillyTuplie> tup3()
public abstract int int9()
Copyright © 2017 The Immutables.org authors. All rights reserved.