public static class Hbase.mutateRow_result extends Object implements Serializable, Cloneable, Comparable<Hbase.mutateRow_result>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Hbase.mutateRow_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
IllegalArgument | 
ia  | 
IOError | 
io  | 
static Map<Hbase.mutateRow_result._Fields,org.apache.thrift.meta_data.FieldMetaData> | 
metaDataMap  | 
| Constructor and Description | 
|---|
mutateRow_result()  | 
mutateRow_result(Hbase.mutateRow_result other)
Performs a deep copy on other. 
 | 
mutateRow_result(IOError io,
                IllegalArgument ia)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
int | 
compareTo(Hbase.mutateRow_result other)  | 
Hbase.mutateRow_result | 
deepCopy()  | 
boolean | 
equals(Hbase.mutateRow_result that)  | 
boolean | 
equals(Object that)  | 
Hbase.mutateRow_result._Fields | 
fieldForId(int fieldId)  | 
Object | 
getFieldValue(Hbase.mutateRow_result._Fields field)  | 
IllegalArgument | 
getIa()  | 
IOError | 
getIo()  | 
int | 
hashCode()  | 
boolean | 
isSet(Hbase.mutateRow_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetIa()
Returns true if field ia is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSetIo()
Returns true if field io is set (has been assigned a value) and false otherwise 
 | 
void | 
read(org.apache.thrift.protocol.TProtocol iprot)  | 
void | 
setFieldValue(Hbase.mutateRow_result._Fields field,
             Object value)  | 
Hbase.mutateRow_result | 
setIa(IllegalArgument ia)  | 
void | 
setIaIsSet(boolean value)  | 
Hbase.mutateRow_result | 
setIo(IOError io)  | 
void | 
setIoIsSet(boolean value)  | 
String | 
toString()  | 
void | 
unsetIa()  | 
void | 
unsetIo()  | 
void | 
validate()  | 
void | 
write(org.apache.thrift.protocol.TProtocol oprot)  | 
public IOError io
public IllegalArgument ia
public static final Map<Hbase.mutateRow_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public mutateRow_result()
public mutateRow_result(IOError io, IllegalArgument ia)
public mutateRow_result(Hbase.mutateRow_result other)
public Hbase.mutateRow_result deepCopy()
public void clear()
public IOError getIo()
public Hbase.mutateRow_result setIo(IOError io)
public void unsetIo()
public boolean isSetIo()
public void setIoIsSet(boolean value)
public IllegalArgument getIa()
public Hbase.mutateRow_result setIa(IllegalArgument ia)
public void unsetIa()
public boolean isSetIa()
public void setIaIsSet(boolean value)
public void setFieldValue(Hbase.mutateRow_result._Fields field, Object value)
public Object getFieldValue(Hbase.mutateRow_result._Fields field)
public boolean isSet(Hbase.mutateRow_result._Fields field)
public boolean equals(Hbase.mutateRow_result that)
public int compareTo(Hbase.mutateRow_result other)
compareTo in interface Comparable<Hbase.mutateRow_result>public Hbase.mutateRow_result._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