public class IndexFieldDef extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable, Comparable<IndexFieldDef>
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexFieldDef.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
byte[] |
name |
static int |
NAME |
short |
type_length |
static int |
TYPE_LENGTH |
| Constructor and Description |
|---|
IndexFieldDef() |
IndexFieldDef(byte[] name) |
IndexFieldDef(byte[] name,
short type_length) |
IndexFieldDef(IndexFieldDef other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexFieldDef.Builder |
builder() |
int |
compareTo(IndexFieldDef other) |
IndexFieldDef |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
Object |
getFieldValue(int fieldID) |
byte[] |
getName() |
short |
getType_length() |
int |
hashCode() |
boolean |
isSetName() |
boolean |
isSetType_length() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
void |
setFieldValue(int fieldID,
Object __value) |
IndexFieldDef |
setName(byte[] name) |
void |
setNameIsSet(boolean __value) |
IndexFieldDef |
setType_length(short type_length) |
void |
setType_lengthIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetName() |
void |
unsetType_length() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public byte[] name
public short type_length
public static final int NAME
public static final int TYPE_LENGTH
public IndexFieldDef()
public IndexFieldDef(byte[] name)
public IndexFieldDef(byte[] name,
short type_length)
public IndexFieldDef(IndexFieldDef other)
public static IndexFieldDef.Builder builder()
public IndexFieldDef deepCopy()
com.facebook.thrift.TBasex.getClass() == x.deepCopy().getClass() should be true for any
TBase.deepCopy in interface com.facebook.thrift.TBasepublic byte[] getName()
public IndexFieldDef setName(byte[] name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean __value)
public short getType_length()
public IndexFieldDef setType_length(short type_length)
public void unsetType_length()
public boolean isSetType_length()
public void setType_lengthIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public int compareTo(IndexFieldDef other)
compareTo in interface Comparable<IndexFieldDef>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.