Package org.apache.jena.riot.thrift.wire
Class RDF_PrefixName
- java.lang.Object
-
- org.apache.jena.riot.thrift.wire.RDF_PrefixName
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Comparable<RDF_PrefixName>
,org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.13.0)", date="2020-05-24") public class RDF_PrefixName extends java.lang.Object implements org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<RDF_PrefixName>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RDF_PrefixName._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
localName
static java.util.Map<RDF_PrefixName._Fields,org.apache.thrift.meta_data.FieldMetaData>
metaDataMap
java.lang.String
prefix
-
Constructor Summary
Constructors Constructor Description RDF_PrefixName()
RDF_PrefixName(java.lang.String prefix, java.lang.String localName)
RDF_PrefixName(RDF_PrefixName other)
Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
int
compareTo(RDF_PrefixName other)
RDF_PrefixName
deepCopy()
boolean
equals(java.lang.Object that)
boolean
equals(RDF_PrefixName that)
RDF_PrefixName._Fields
fieldForId(int fieldId)
java.lang.Object
getFieldValue(RDF_PrefixName._Fields field)
java.lang.String
getLocalName()
java.lang.String
getPrefix()
int
hashCode()
boolean
isSet(RDF_PrefixName._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
isSetLocalName()
Returns true if field localName is set (has been assigned a value) and false otherwiseboolean
isSetPrefix()
Returns true if field prefix is set (has been assigned a value) and false otherwisevoid
read(org.apache.thrift.protocol.TProtocol iprot)
void
setFieldValue(RDF_PrefixName._Fields field, java.lang.Object value)
RDF_PrefixName
setLocalName(java.lang.String localName)
void
setLocalNameIsSet(boolean value)
RDF_PrefixName
setPrefix(java.lang.String prefix)
void
setPrefixIsSet(boolean value)
java.lang.String
toString()
void
unsetLocalName()
void
unsetPrefix()
void
validate()
void
write(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
prefix
public java.lang.String prefix
-
localName
public java.lang.String localName
-
metaDataMap
public static final java.util.Map<RDF_PrefixName._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
RDF_PrefixName
public RDF_PrefixName()
-
RDF_PrefixName
public RDF_PrefixName(java.lang.String prefix, java.lang.String localName)
-
RDF_PrefixName
public RDF_PrefixName(RDF_PrefixName other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public RDF_PrefixName deepCopy()
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
-
clear
public void clear()
- Specified by:
clear
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
-
getPrefix
public java.lang.String getPrefix()
-
setPrefix
public RDF_PrefixName setPrefix(java.lang.String prefix)
-
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)
-
getLocalName
public java.lang.String getLocalName()
-
setLocalName
public RDF_PrefixName setLocalName(java.lang.String localName)
-
unsetLocalName
public void unsetLocalName()
-
isSetLocalName
public boolean isSetLocalName()
Returns true if field localName is set (has been assigned a value) and false otherwise
-
setLocalNameIsSet
public void setLocalNameIsSet(boolean value)
-
setFieldValue
public void setFieldValue(RDF_PrefixName._Fields field, java.lang.Object value)
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
-
getFieldValue
public java.lang.Object getFieldValue(RDF_PrefixName._Fields field)
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
-
isSet
public boolean isSet(RDF_PrefixName._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
-
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(RDF_PrefixName that)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
compareTo
public int compareTo(RDF_PrefixName other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<RDF_PrefixName>
-
fieldForId
public RDF_PrefixName._Fields fieldForId(int fieldId)
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
- Specified by:
read
in 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:
write
in interfaceorg.apache.thrift.TSerializable
- Throws:
org.apache.thrift.TException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
validate
public void validate() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-