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