public class ColumnTypeDef extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable, Comparable<ColumnTypeDef>
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnTypeDef.Builder |
| Modifier and Type | Field and Description |
|---|---|
GeoShape |
geo_shape |
static int |
GEO_SHAPE |
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
PropertyType |
type |
static int |
TYPE |
short |
type_length |
static int |
TYPE_LENGTH |
| Constructor and Description |
|---|
ColumnTypeDef() |
ColumnTypeDef(ColumnTypeDef other)
Performs a deep copy on other.
|
ColumnTypeDef(PropertyType type) |
ColumnTypeDef(PropertyType type,
short type_length,
GeoShape geo_shape) |
| Modifier and Type | Method and Description |
|---|---|
static ColumnTypeDef.Builder |
builder() |
int |
compareTo(ColumnTypeDef other) |
ColumnTypeDef |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
Object |
getFieldValue(int fieldID) |
GeoShape |
getGeo_shape() |
short |
getType_length() |
PropertyType |
getType() |
int |
hashCode() |
boolean |
isSetGeo_shape() |
boolean |
isSetType_length() |
boolean |
isSetType() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
void |
setFieldValue(int fieldID,
Object __value) |
ColumnTypeDef |
setGeo_shape(GeoShape geo_shape) |
void |
setGeo_shapeIsSet(boolean __value) |
ColumnTypeDef |
setType_length(short type_length) |
void |
setType_lengthIsSet(boolean __value) |
ColumnTypeDef |
setType(PropertyType type) |
void |
setTypeIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetGeo_shape() |
void |
unsetType_length() |
void |
unsetType() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public PropertyType type
PropertyTypepublic short type_length
public static final int TYPE
public static final int TYPE_LENGTH
public static final int GEO_SHAPE
public ColumnTypeDef()
public ColumnTypeDef(PropertyType type)
public ColumnTypeDef(PropertyType type, short type_length, GeoShape geo_shape)
public ColumnTypeDef(ColumnTypeDef other)
public static ColumnTypeDef.Builder builder()
public ColumnTypeDef deepCopy()
com.facebook.thrift.TBasex.getClass() == x.deepCopy().getClass() should be true for any
TBase.deepCopy in interface com.facebook.thrift.TBasepublic PropertyType getType()
PropertyTypepublic ColumnTypeDef setType(PropertyType type)
PropertyTypepublic void unsetType()
public boolean isSetType()
public void setTypeIsSet(boolean __value)
public short getType_length()
public ColumnTypeDef setType_length(short type_length)
public void unsetType_length()
public boolean isSetType_length()
public void setType_lengthIsSet(boolean __value)
public ColumnTypeDef setGeo_shape(GeoShape geo_shape)
GeoShapepublic void unsetGeo_shape()
public boolean isSetGeo_shape()
public void setGeo_shapeIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public int compareTo(ColumnTypeDef other)
compareTo in interface Comparable<ColumnTypeDef>public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBaseread in interface com.facebook.thrift.TBaseiprot - Input protocolcom.facebook.thrift.TExceptionpublic void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBasewrite in interface com.facebook.thrift.TBaseoprot - Output protocolcom.facebook.thrift.TExceptionpublic String toString(int indent, boolean prettyPrint)
com.facebook.thrift.TBasetoString in interface com.facebook.thrift.TBaseindent - The level of indentation desiredprettyPrint - Set pretty printing on/offpublic void validate()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.