java.lang.Object
org.apache.jena.riot.thrift.wire.Patch_Prefix_Add
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Patch_Prefix_Add>,org.apache.thrift.TBase<Patch_Prefix_Add,,Patch_Prefix_Add._Fields> org.apache.thrift.TSerializable
public class Patch_Prefix_Add
extends Object
implements org.apache.thrift.TBase<Patch_Prefix_Add,Patch_Prefix_Add._Fields>, Serializable, Cloneable, Comparable<Patch_Prefix_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
FieldsModifier and TypeFieldDescriptionstatic final Map<Patch_Prefix_Add._Fields,org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorsConstructorDescriptionPatch_Prefix_Add(String prefix, String iriStr) Patch_Prefix_Add(Patch_Prefix_Add other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()intcompareTo(Patch_Prefix_Add other) deepCopy()booleanbooleanequals(Patch_Prefix_Add that) fieldForId(int fieldId) inthashCode()booleanisSet(Patch_Prefix_Add._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 iriStr 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_Add._Fields field, Object value) setGraphNode(RDF_Term graphNode) voidsetGraphNodeIsSet(boolean value) voidsetIriStrIsSet(boolean value) voidsetPrefixIsSet(boolean value) toString()voidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
graphNode
-
prefix
-
iriStr
-
metaDataMap
public static final Map<Patch_Prefix_Add._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
Patch_Prefix_Add
public Patch_Prefix_Add() -
Patch_Prefix_Add
-
Patch_Prefix_Add
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Patch_Prefix_Add,Patch_Prefix_Add._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<Patch_Prefix_Add,Patch_Prefix_Add._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) -
getIriStr
-
setIriStr
-
unsetIriStr
public void unsetIriStr() -
isSetIriStr
public boolean isSetIriStr()Returns true if field iriStr is set (has been assigned a value) and false otherwise -
setIriStrIsSet
public void setIriStrIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Patch_Prefix_Add,Patch_Prefix_Add._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Patch_Prefix_Add,Patch_Prefix_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_Prefix_Add,Patch_Prefix_Add._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<Patch_Prefix_Add>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Patch_Prefix_Add,Patch_Prefix_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
-