public static class MagpieServer.evaluateProperties_result extends java.lang.Object implements org.apache.thrift.TBase<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_result._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<MagpieServer.evaluateProperties_result>
Modifier and Type | Class and Description |
---|---|
static class |
MagpieServer.evaluateProperties_result._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<MagpieServer.evaluateProperties_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
MagpieException |
ouch |
java.util.List<Entry> |
success |
Constructor and Description |
---|
MagpieServer.evaluateProperties_result() |
MagpieServer.evaluateProperties_result(java.util.List<Entry> success,
MagpieException ouch) |
MagpieServer.evaluateProperties_result(MagpieServer.evaluateProperties_result other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
addToSuccess(Entry elem) |
void |
clear() |
int |
compareTo(MagpieServer.evaluateProperties_result other) |
MagpieServer.evaluateProperties_result |
deepCopy() |
boolean |
equals(MagpieServer.evaluateProperties_result that) |
boolean |
equals(java.lang.Object that) |
MagpieServer.evaluateProperties_result._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(MagpieServer.evaluateProperties_result._Fields field) |
MagpieException |
getOuch() |
java.util.List<Entry> |
getSuccess() |
java.util.Iterator<Entry> |
getSuccessIterator() |
int |
getSuccessSize() |
int |
hashCode() |
boolean |
isSet(MagpieServer.evaluateProperties_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetOuch()
Returns true if field ouch 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(MagpieServer.evaluateProperties_result._Fields field,
java.lang.Object value) |
MagpieServer.evaluateProperties_result |
setOuch(MagpieException ouch) |
void |
setOuchIsSet(boolean value) |
MagpieServer.evaluateProperties_result |
setSuccess(java.util.List<Entry> success) |
void |
setSuccessIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetOuch() |
void |
unsetSuccess() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public java.util.List<Entry> success
public MagpieException ouch
public static final java.util.Map<MagpieServer.evaluateProperties_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public MagpieServer.evaluateProperties_result()
public MagpieServer.evaluateProperties_result(java.util.List<Entry> success, MagpieException ouch)
public MagpieServer.evaluateProperties_result(MagpieServer.evaluateProperties_result other)
public MagpieServer.evaluateProperties_result deepCopy()
deepCopy
in interface org.apache.thrift.TBase<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_result._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_result._Fields>
public int getSuccessSize()
public java.util.Iterator<Entry> getSuccessIterator()
public void addToSuccess(Entry elem)
public java.util.List<Entry> getSuccess()
public MagpieServer.evaluateProperties_result setSuccess(java.util.List<Entry> success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public MagpieException getOuch()
public MagpieServer.evaluateProperties_result setOuch(MagpieException ouch)
public void unsetOuch()
public boolean isSetOuch()
public void setOuchIsSet(boolean value)
public void setFieldValue(MagpieServer.evaluateProperties_result._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_result._Fields>
public java.lang.Object getFieldValue(MagpieServer.evaluateProperties_result._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_result._Fields>
public boolean isSet(MagpieServer.evaluateProperties_result._Fields field)
isSet
in interface org.apache.thrift.TBase<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_result._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(MagpieServer.evaluateProperties_result that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(MagpieServer.evaluateProperties_result other)
compareTo
in interface java.lang.Comparable<MagpieServer.evaluateProperties_result>
public MagpieServer.evaluateProperties_result._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_result._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_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<MagpieServer.evaluateProperties_result,MagpieServer.evaluateProperties_result._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException