public class RDF_VarTuple extends Object implements org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
RDF_VarTuple._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<RDF_VarTuple._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
List<RDF_VAR> |
vars |
Constructor and Description |
---|
RDF_VarTuple() |
RDF_VarTuple(List<RDF_VAR> vars) |
RDF_VarTuple(RDF_VarTuple other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
addToVars(RDF_VAR elem) |
void |
clear() |
int |
compareTo(RDF_VarTuple other) |
RDF_VarTuple |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(RDF_VarTuple that) |
RDF_VarTuple._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(RDF_VarTuple._Fields field) |
List<RDF_VAR> |
getVars() |
Iterator<RDF_VAR> |
getVarsIterator() |
int |
getVarsSize() |
int |
hashCode() |
boolean |
isSet(RDF_VarTuple._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetVars()
Returns true if field vars is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(RDF_VarTuple._Fields field,
Object value) |
RDF_VarTuple |
setVars(List<RDF_VAR> vars) |
void |
setVarsIsSet(boolean value) |
String |
toString() |
void |
unsetVars() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<RDF_VarTuple._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public RDF_VarTuple()
public RDF_VarTuple(RDF_VarTuple other)
public RDF_VarTuple deepCopy()
deepCopy
in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
public int getVarsSize()
public void addToVars(RDF_VAR elem)
public RDF_VarTuple setVars(List<RDF_VAR> vars)
public void unsetVars()
public boolean isSetVars()
public void setVarsIsSet(boolean value)
public void setFieldValue(RDF_VarTuple._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
public Object getFieldValue(RDF_VarTuple._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
public boolean isSet(RDF_VarTuple._Fields field)
isSet
in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
public boolean equals(RDF_VarTuple that)
public int compareTo(RDF_VarTuple other)
compareTo
in interface Comparable<RDF_VarTuple>
public RDF_VarTuple._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<RDF_VarTuple,RDF_VarTuple._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<RDF_VarTuple,RDF_VarTuple._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Licenced under the Apache License, Version 2.0