@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2016-06-24") public class TColumn extends Object implements Serializable, Cloneable, Comparable<TColumn>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
TColumn._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
TCell | 
cell  | 
ByteBuffer | 
columnName  | 
static Map<TColumn._Fields,org.apache.thrift.meta_data.FieldMetaData> | 
metaDataMap  | 
| Constructor and Description | 
|---|
TColumn()  | 
TColumn(ByteBuffer columnName,
       TCell cell)  | 
TColumn(TColumn other)
Performs a deep copy on other. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ByteBuffer | 
bufferForColumnName()  | 
void | 
clear()  | 
int | 
compareTo(TColumn other)  | 
TColumn | 
deepCopy()  | 
boolean | 
equals(Object that)  | 
boolean | 
equals(TColumn that)  | 
TColumn._Fields | 
fieldForId(int fieldId)  | 
TCell | 
getCell()  | 
byte[] | 
getColumnName()  | 
Object | 
getFieldValue(TColumn._Fields field)  | 
int | 
hashCode()  | 
boolean | 
isSet(TColumn._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetCell()
Returns true if field cell is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetColumnName()
Returns true if field columnName is set (has been assigned a value) and false otherwise 
 | 
void | 
read(org.apache.thrift.protocol.TProtocol iprot)  | 
TColumn | 
setCell(TCell cell)  | 
void | 
setCellIsSet(boolean value)  | 
TColumn | 
setColumnName(byte[] columnName)  | 
TColumn | 
setColumnName(ByteBuffer columnName)  | 
void | 
setColumnNameIsSet(boolean value)  | 
void | 
setFieldValue(TColumn._Fields field,
             Object value)  | 
String | 
toString()  | 
void | 
unsetCell()  | 
void | 
unsetColumnName()  | 
void | 
validate()  | 
void | 
write(org.apache.thrift.protocol.TProtocol oprot)  | 
public ByteBuffer columnName
public TCell cell
public static final Map<TColumn._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TColumn()
public TColumn(ByteBuffer columnName, TCell cell)
public TColumn(TColumn other)
public TColumn deepCopy()
public void clear()
public byte[] getColumnName()
public ByteBuffer bufferForColumnName()
public TColumn setColumnName(byte[] columnName)
public TColumn setColumnName(ByteBuffer columnName)
public void unsetColumnName()
public boolean isSetColumnName()
public void setColumnNameIsSet(boolean value)
public TCell getCell()
public void unsetCell()
public boolean isSetCell()
public void setCellIsSet(boolean value)
public void setFieldValue(TColumn._Fields field, Object value)
public Object getFieldValue(TColumn._Fields field)
public boolean isSet(TColumn._Fields field)
public boolean equals(TColumn that)
public int compareTo(TColumn other)
compareTo in interface Comparable<TColumn>public TColumn._Fields fieldForId(int fieldId)
public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void validate()
              throws org.apache.thrift.TException
org.apache.thrift.TException