public static class Hbase.checkAndPut_result extends Object implements org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>, Serializable, Cloneable, Comparable<Hbase.checkAndPut_result>
Modifier and Type | Class and Description |
---|---|
static class |
Hbase.checkAndPut_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.checkAndPut_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
boolean |
success |
Constructor and Description |
---|
Hbase.checkAndPut_result() |
Hbase.checkAndPut_result(boolean success,
IOError io,
IllegalArgument ia) |
Hbase.checkAndPut_result(Hbase.checkAndPut_result other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(Hbase.checkAndPut_result other) |
Hbase.checkAndPut_result |
deepCopy() |
boolean |
equals(Hbase.checkAndPut_result that) |
boolean |
equals(Object that) |
Hbase.checkAndPut_result._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(Hbase.checkAndPut_result._Fields field) |
IllegalArgument |
getIa() |
IOError |
getIo() |
int |
hashCode() |
boolean |
isSet(Hbase.checkAndPut_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
|
boolean |
isSetSuccess()
Returns true if field success is set (has been assigned a value) and false otherwise
|
boolean |
isSuccess() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(Hbase.checkAndPut_result._Fields field,
Object value) |
Hbase.checkAndPut_result |
setIa(IllegalArgument ia) |
void |
setIaIsSet(boolean value) |
Hbase.checkAndPut_result |
setIo(IOError io) |
void |
setIoIsSet(boolean value) |
Hbase.checkAndPut_result |
setSuccess(boolean success) |
void |
setSuccessIsSet(boolean value) |
String |
toString() |
void |
unsetIa() |
void |
unsetIo() |
void |
unsetSuccess() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public boolean success
public IOError io
public IllegalArgument ia
public static final Map<Hbase.checkAndPut_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public Hbase.checkAndPut_result()
public Hbase.checkAndPut_result(boolean success, IOError io, IllegalArgument ia)
public Hbase.checkAndPut_result(Hbase.checkAndPut_result other)
public Hbase.checkAndPut_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>
public boolean isSuccess()
public Hbase.checkAndPut_result setSuccess(boolean success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public IOError getIo()
public Hbase.checkAndPut_result setIo(IOError io)
public void unsetIo()
public boolean isSetIo()
public void setIoIsSet(boolean value)
public IllegalArgument getIa()
public Hbase.checkAndPut_result setIa(IllegalArgument ia)
public void unsetIa()
public boolean isSetIa()
public void setIaIsSet(boolean value)
public void setFieldValue(Hbase.checkAndPut_result._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>
public Object getFieldValue(Hbase.checkAndPut_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>
public boolean isSet(Hbase.checkAndPut_result._Fields field)
isSet
in interface org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>
public boolean equals(Hbase.checkAndPut_result that)
public int compareTo(Hbase.checkAndPut_result other)
compareTo
in interface Comparable<Hbase.checkAndPut_result>
public Hbase.checkAndPut_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<Hbase.checkAndPut_result,Hbase.checkAndPut_result._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.