Java org.apache.thrift TBase fields, constructors, methods, implement or subclass

Example usage for Java org.apache.thrift TBase fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.thrift TBase.

The text is from its open source code.

Implementation

org.apache.thrift.TBase has the following implementations.
Click this link to see all its implementation.

Method

voidclear()
Return to the state of having just been initialized, as though you had just called the default constructor.
TdeepCopy()
FfieldForId(int fieldId)
Get the F instance that corresponds to fieldId.
ObjectgetFieldValue(F field)
Get a field's value by field variable.
booleanisSet(F field)
Check if a field is currently set or unset.
voidsetFieldValue(F field, Object value)
Set a field's value by field variable.