java.lang.Object
org.apache.jena.riot.thrift.wire.Patch_Data_Add
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Patch_Data_Add>,org.apache.thrift.TBase<Patch_Data_Add,,Patch_Data_Add._Fields> org.apache.thrift.TSerializable
public class Patch_Data_Add
extends Object
implements org.apache.thrift.TBase<Patch_Data_Add,Patch_Data_Add._Fields>, Serializable, Cloneable, Comparable<Patch_Data_Add>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPatch_Data_Add(Patch_Data_Add other) Performs a deep copy on other.Patch_Data_Add(RDF_Term s, RDF_Term p, RDF_Term o) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(Patch_Data_Add other) deepCopy()booleanbooleanequals(Patch_Data_Add that) fieldForId(int fieldId) getG()getO()getP()getS()inthashCode()booleanisSet(Patch_Data_Add._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetG()Returns true if field g is set (has been assigned a value) and false otherwisebooleanisSetO()Returns true if field o is set (has been assigned a value) and false otherwisebooleanisSetP()Returns true if field p is set (has been assigned a value) and false otherwisebooleanisSetS()Returns true if field s is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(Patch_Data_Add._Fields field, Object value) voidsetGIsSet(boolean value) voidsetOIsSet(boolean value) voidsetPIsSet(boolean value) voidsetSIsSet(boolean value) toString()voidunsetG()voidunsetO()voidunsetP()voidunsetS()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
s
-
p
-
o
-
g
-
metaDataMap
public static final Map<Patch_Data_Add._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
Patch_Data_Add
public Patch_Data_Add() -
Patch_Data_Add
-
Patch_Data_Add
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Patch_Data_Add,Patch_Data_Add._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<Patch_Data_Add,Patch_Data_Add._Fields>
-
getS
-
setS
-
unsetS
public void unsetS() -
isSetS
public boolean isSetS()Returns true if field s is set (has been assigned a value) and false otherwise -
setSIsSet
public void setSIsSet(boolean value) -
getP
-
setP
-
unsetP
public void unsetP() -
isSetP
public boolean isSetP()Returns true if field p is set (has been assigned a value) and false otherwise -
setPIsSet
public void setPIsSet(boolean value) -
getO
-
setO
-
unsetO
public void unsetO() -
isSetO
public boolean isSetO()Returns true if field o is set (has been assigned a value) and false otherwise -
setOIsSet
public void setOIsSet(boolean value) -
getG
-
setG
-
unsetG
public void unsetG() -
isSetG
public boolean isSetG()Returns true if field g is set (has been assigned a value) and false otherwise -
setGIsSet
public void setGIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Patch_Data_Add,Patch_Data_Add._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Patch_Data_Add,Patch_Data_Add._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<Patch_Data_Add,Patch_Data_Add._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Patch_Data_Add>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Patch_Data_Add,Patch_Data_Add._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-