|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.thrift.generated.Blur.fetchRow_result
public static class Blur.fetchRow_result
Nested Class Summary | |
---|---|
static class |
Blur.fetchRow_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
BlurException |
ex
|
static Map<Blur.fetchRow_result._Fields,FieldMetaData> |
metaDataMap
|
FetchResult |
success
|
Constructor Summary | |
---|---|
Blur.fetchRow_result()
|
|
Blur.fetchRow_result(Blur.fetchRow_result other)
Performs a deep copy on other. |
|
Blur.fetchRow_result(FetchResult success,
BlurException ex)
|
Method Summary | |
---|---|
void |
clear()
Return to the state of having just been initialized, as though you had just called the default constructor. |
int |
compareTo(Blur.fetchRow_result other)
|
Blur.fetchRow_result |
deepCopy()
|
boolean |
equals(Blur.fetchRow_result that)
|
boolean |
equals(Object that)
|
Blur.fetchRow_result._Fields |
fieldForId(int fieldId)
Get the F instance that corresponds to fieldId. |
BlurException |
getEx()
|
Object |
getFieldValue(Blur.fetchRow_result._Fields field)
Get a field's value by field variable. |
FetchResult |
getSuccess()
|
int |
hashCode()
|
boolean |
isSet(Blur.fetchRow_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetEx()
Returns true if field ex 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(TProtocol iprot)
Reads the TObject from the given input protocol. |
Blur.fetchRow_result |
setEx(BlurException ex)
|
void |
setExIsSet(boolean value)
|
void |
setFieldValue(Blur.fetchRow_result._Fields field,
Object value)
Set a field's value by field variable. |
Blur.fetchRow_result |
setSuccess(FetchResult success)
|
void |
setSuccessIsSet(boolean value)
|
String |
toString()
|
void |
unsetEx()
|
void |
unsetSuccess()
|
void |
validate()
|
void |
write(TProtocol oprot)
Writes the objects out to the protocol |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public FetchResult success
public BlurException ex
public static final Map<Blur.fetchRow_result._Fields,FieldMetaData> metaDataMap
Constructor Detail |
---|
public Blur.fetchRow_result()
public Blur.fetchRow_result(FetchResult success, BlurException ex)
public Blur.fetchRow_result(Blur.fetchRow_result other)
Method Detail |
---|
public Blur.fetchRow_result deepCopy()
deepCopy
in interface TBase<Blur.fetchRow_result,Blur.fetchRow_result._Fields>
public void clear()
TBase
clear
in interface TBase<Blur.fetchRow_result,Blur.fetchRow_result._Fields>
public FetchResult getSuccess()
public Blur.fetchRow_result setSuccess(FetchResult success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public BlurException getEx()
public Blur.fetchRow_result setEx(BlurException ex)
public void unsetEx()
public boolean isSetEx()
public void setExIsSet(boolean value)
public void setFieldValue(Blur.fetchRow_result._Fields field, Object value)
TBase
setFieldValue
in interface TBase<Blur.fetchRow_result,Blur.fetchRow_result._Fields>
public Object getFieldValue(Blur.fetchRow_result._Fields field)
TBase
getFieldValue
in interface TBase<Blur.fetchRow_result,Blur.fetchRow_result._Fields>
public boolean isSet(Blur.fetchRow_result._Fields field)
isSet
in interface TBase<Blur.fetchRow_result,Blur.fetchRow_result._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(Blur.fetchRow_result that)
public int hashCode()
hashCode
in class Object
public int compareTo(Blur.fetchRow_result other)
compareTo
in interface Comparable<Blur.fetchRow_result>
public Blur.fetchRow_result._Fields fieldForId(int fieldId)
TBase
fieldForId
in interface TBase<Blur.fetchRow_result,Blur.fetchRow_result._Fields>
public void read(TProtocol iprot) throws TException
TBase
read
in interface TBase<Blur.fetchRow_result,Blur.fetchRow_result._Fields>
iprot
- Input protocol
TException
public void write(TProtocol oprot) throws TException
TBase
write
in interface TBase<Blur.fetchRow_result,Blur.fetchRow_result._Fields>
oprot
- Output protocol
TException
public String toString()
toString
in class Object
public void validate() throws TException
TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |