Package com.getkeepsafe.dexcount.thrift
Class TreeGenOutput.Builder
- java.lang.Object
-
- com.getkeepsafe.dexcount.thrift.TreeGenOutput.Builder
-
- All Implemented Interfaces:
com.microsoft.thrifty.StructBuilder<TreeGenOutput>
- Enclosing class:
- TreeGenOutput
public static final class TreeGenOutput.Builder extends Object implements com.microsoft.thrifty.StructBuilder<TreeGenOutput>
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(TreeGenOutput struct)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeGenOutputbuild()TreeGenOutput.BuilderinputRepresentation(String inputRepresentation)voidreset()TreeGenOutput.Buildertree(PackageTree tree)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(TreeGenOutput struct)
-
-
Method Detail
-
tree
public TreeGenOutput.Builder tree(PackageTree tree)
-
inputRepresentation
public TreeGenOutput.Builder inputRepresentation(String inputRepresentation)
-
build
public TreeGenOutput build()
- Specified by:
buildin interfacecom.microsoft.thrifty.StructBuilder<TreeGenOutput>
-
reset
public void reset()
- Specified by:
resetin interfacecom.microsoft.thrifty.StructBuilder<TreeGenOutput>
-
-