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 java.lang.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>ADAPTERjava.lang.StringinputRepresentationPackageTreetree
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()java.lang.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 java.lang.String inputRepresentation
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
write
public void write(com.microsoft.thrifty.protocol.Protocol protocol) throws java.io.IOException
- Specified by:
writein interfacecom.microsoft.thrifty.Struct- Throws:
java.io.IOException
-
-