public class Type extends Object implements org.apache.thrift.TBase<Type,Type._Fields>, Serializable, Cloneable
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 Map<Type._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
Type() |
Type(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(Object that) |
boolean |
equals(Type that) |
Type._Fields |
fieldForId(int fieldId) |
List<FieldSchema> |
getFields() |
Iterator<FieldSchema> |
getFieldsIterator() |
int |
getFieldsSize() |
Object |
getFieldValue(Type._Fields field) |
String |
getName() |
String |
getType1() |
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(List<FieldSchema> fields) |
void |
setFieldsIsSet(boolean value) |
void |
setFieldValue(Type._Fields field,
Object value) |
void |
setName(String name) |
void |
setNameIsSet(boolean value) |
void |
setType1(String type1) |
void |
setType1IsSet(boolean value) |
void |
setType2(String type2) |
void |
setType2IsSet(boolean value) |
String |
toString() |
void |
unsetFields() |
void |
unsetName() |
void |
unsetType1() |
void |
unsetType2() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<Type._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public Type()
public Type(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 String getName()
public void setName(String name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean value)
public String getType1()
public void setType1(String type1)
public void unsetType1()
public boolean isSetType1()
public void setType1IsSet(boolean value)
public String getType2()
public void setType2(String type2)
public void unsetType2()
public boolean isSetType2()
public void setType2IsSet(boolean value)
public int getFieldsSize()
public Iterator<FieldSchema> getFieldsIterator()
public void addToFields(FieldSchema elem)
public List<FieldSchema> getFields()
public void setFields(List<FieldSchema> fields)
public void unsetFields()
public boolean isSetFields()
public void setFieldsIsSet(boolean value)
public void setFieldValue(Type._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<Type,Type._Fields>
public 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(Type that)
public int compareTo(Type other)
compareTo
in interface 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.TException
public 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.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2017 The Apache Software Foundation. All rights reserved.