java.lang.Object
org.apache.jena.riot.thrift.wire.Patch_Prefix_Del
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Patch_Prefix_Del>,org.apache.thrift.TBase<Patch_Prefix_Del,,Patch_Prefix_Del._Fields> org.apache.thrift.TSerializable
public class Patch_Prefix_Del
extends Object
implements org.apache.thrift.TBase<Patch_Prefix_Del,Patch_Prefix_Del._Fields>, Serializable, Cloneable, Comparable<Patch_Prefix_Del>
- 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
FieldsModifier and TypeFieldDescriptionstatic final Map<Patch_Prefix_Del._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionPatch_Prefix_Del(String prefix) Patch_Prefix_Del(Patch_Prefix_Del other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(Patch_Prefix_Del other) deepCopy()booleanbooleanequals(Patch_Prefix_Del that) fieldForId(int fieldId) inthashCode()booleanisSet(Patch_Prefix_Del._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field graphNode is set (has been assigned a value) and false otherwisebooleanReturns true if field prefix is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(Patch_Prefix_Del._Fields field, Object value) setGraphNode(RDF_Term graphNode) voidsetGraphNodeIsSet(boolean value) voidsetPrefixIsSet(boolean value) toString()voidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
graphNode
-
prefix
-
metaDataMap
public static final Map<Patch_Prefix_Del._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
Patch_Prefix_Del
public Patch_Prefix_Del() -
Patch_Prefix_Del
-
Patch_Prefix_Del
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Patch_Prefix_Del,Patch_Prefix_Del._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<Patch_Prefix_Del,Patch_Prefix_Del._Fields>
-
getGraphNode
-
setGraphNode
-
unsetGraphNode
public void unsetGraphNode() -
isSetGraphNode
public boolean isSetGraphNode()Returns true if field graphNode is set (has been assigned a value) and false otherwise -
setGraphNodeIsSet
public void setGraphNodeIsSet(boolean value) -
getPrefix
-
setPrefix
-
unsetPrefix
public void unsetPrefix() -
isSetPrefix
public boolean isSetPrefix()Returns true if field prefix is set (has been assigned a value) and false otherwise -
setPrefixIsSet
public void setPrefixIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Patch_Prefix_Del,Patch_Prefix_Del._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Patch_Prefix_Del,Patch_Prefix_Del._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_Prefix_Del,Patch_Prefix_Del._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Patch_Prefix_Del>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Patch_Prefix_Del,Patch_Prefix_Del._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
-