@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class Type extends java.lang.Object implements org.apache.thrift.TBase<Type,Type._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Type>
| Modifier and Type | Class and Description |
|---|---|
static class |
Type._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<Type._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
Type() |
Type(java.lang.String name) |
Type(Type other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToFields(FieldSchema elem) |
void |
clear() |
int |
compareTo(Type other) |
Type |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(Type that) |
Type._Fields |
fieldForId(int fieldId) |
java.util.List<FieldSchema> |
getFields() |
java.util.Iterator<FieldSchema> |
getFieldsIterator() |
int |
getFieldsSize() |
java.lang.Object |
getFieldValue(Type._Fields field) |
java.lang.String |
getName() |
java.lang.String |
getType1() |
java.lang.String |
getType2() |
int |
hashCode() |
boolean |
isSet(Type._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetFields()
Returns true if field fields is set (has been assigned a value) and false otherwise
|
boolean |
isSetName()
Returns true if field name is set (has been assigned a value) and false otherwise
|
boolean |
isSetType1()
Returns true if field type1 is set (has been assigned a value) and false otherwise
|
boolean |
isSetType2()
Returns true if field type2 is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFields(java.util.List<FieldSchema> fields) |
void |
setFieldsIsSet(boolean value) |
void |
setFieldValue(Type._Fields field,
java.lang.Object value) |
void |
setName(java.lang.String name) |
void |
setNameIsSet(boolean value) |
void |
setType1(java.lang.String type1) |
void |
setType1IsSet(boolean value) |
void |
setType2(java.lang.String type2) |
void |
setType2IsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetFields() |
void |
unsetName() |
void |
unsetType1() |
void |
unsetType2() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<Type._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public Type()
public Type(java.lang.String name)
public Type(Type other)
public Type deepCopy()
deepCopy in interface org.apache.thrift.TBase<Type,Type._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Type,Type._Fields>public java.lang.String getName()
public void setName(java.lang.String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public java.lang.String getType1()
public void setType1(java.lang.String type1)
public void unsetType1()
public boolean isSetType1()
public void setType1IsSet(boolean value)
public java.lang.String getType2()
public void setType2(java.lang.String type2)
public void unsetType2()
public boolean isSetType2()
public void setType2IsSet(boolean value)
public int getFieldsSize()
public java.util.Iterator<FieldSchema> getFieldsIterator()
public void addToFields(FieldSchema elem)
public java.util.List<FieldSchema> getFields()
public void setFields(java.util.List<FieldSchema> fields)
public void unsetFields()
public boolean isSetFields()
public void setFieldsIsSet(boolean value)
public void setFieldValue(Type._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<Type,Type._Fields>public java.lang.Object getFieldValue(Type._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Type,Type._Fields>public boolean isSet(Type._Fields field)
isSet in interface org.apache.thrift.TBase<Type,Type._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(Type that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(Type other)
compareTo in interface java.lang.Comparable<Type>public Type._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Type,Type._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Type,Type._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<Type,Type._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2013-2021. All Rights Reserved.