Package com.getkeepsafe.dexcount.thrift
Class TreeGenOutput
- java.lang.Object
-
- com.getkeepsafe.dexcount.thrift.TreeGenOutput
-
- All Implemented Interfaces:
com.microsoft.thrifty.Struct
public final class TreeGenOutput extends Object implements com.microsoft.thrifty.Struct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTreeGenOutput.Builder
-
Field Summary
Fields Modifier and Type Field Description static com.microsoft.thrifty.Adapter<TreeGenOutput,TreeGenOutput.Builder>ADAPTERStringinputRepresentationPackageTreetree
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)inthashCode()StringtoString()voidwrite(com.microsoft.thrifty.protocol.Protocol protocol)
-
-
-
Field Detail
-
ADAPTER
public static final com.microsoft.thrifty.Adapter<TreeGenOutput,TreeGenOutput.Builder> ADAPTER
-
tree
@ThriftField(fieldId=1) public final PackageTree tree
-
inputRepresentation
@ThriftField(fieldId=2) public final String inputRepresentation
-
-
Method Detail
-
write
public void write(com.microsoft.thrifty.protocol.Protocol protocol) throws IOException
- Specified by:
writein interfacecom.microsoft.thrifty.Struct- Throws:
IOException
-
-