@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class ForeignKeysRequest extends java.lang.Object implements org.apache.thrift.TBase<ForeignKeysRequest,ForeignKeysRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<ForeignKeysRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
ForeignKeysRequest._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<ForeignKeysRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
ForeignKeysRequest() |
ForeignKeysRequest(ForeignKeysRequest other)
Performs a deep copy on other.
|
ForeignKeysRequest(java.lang.String parent_db_name,
java.lang.String parent_tbl_name,
java.lang.String foreign_db_name,
java.lang.String foreign_tbl_name) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(ForeignKeysRequest other) |
ForeignKeysRequest |
deepCopy() |
boolean |
equals(ForeignKeysRequest that) |
boolean |
equals(java.lang.Object that) |
ForeignKeysRequest._Fields |
fieldForId(int fieldId) |
java.lang.String |
getCatName() |
java.lang.Object |
getFieldValue(ForeignKeysRequest._Fields field) |
java.lang.String |
getForeign_db_name() |
java.lang.String |
getForeign_tbl_name() |
java.lang.String |
getParent_db_name() |
java.lang.String |
getParent_tbl_name() |
int |
hashCode() |
boolean |
isSet(ForeignKeysRequest._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCatName()
Returns true if field catName is set (has been assigned a value) and false otherwise
|
boolean |
isSetForeign_db_name()
Returns true if field foreign_db_name is set (has been assigned a value) and false otherwise
|
boolean |
isSetForeign_tbl_name()
Returns true if field foreign_tbl_name is set (has been assigned a value) and false otherwise
|
boolean |
isSetParent_db_name()
Returns true if field parent_db_name is set (has been assigned a value) and false otherwise
|
boolean |
isSetParent_tbl_name()
Returns true if field parent_tbl_name is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setCatName(java.lang.String catName) |
void |
setCatNameIsSet(boolean value) |
void |
setFieldValue(ForeignKeysRequest._Fields field,
java.lang.Object value) |
void |
setForeign_db_name(java.lang.String foreign_db_name) |
void |
setForeign_db_nameIsSet(boolean value) |
void |
setForeign_tbl_name(java.lang.String foreign_tbl_name) |
void |
setForeign_tbl_nameIsSet(boolean value) |
void |
setParent_db_name(java.lang.String parent_db_name) |
void |
setParent_db_nameIsSet(boolean value) |
void |
setParent_tbl_name(java.lang.String parent_tbl_name) |
void |
setParent_tbl_nameIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetCatName() |
void |
unsetForeign_db_name() |
void |
unsetForeign_tbl_name() |
void |
unsetParent_db_name() |
void |
unsetParent_tbl_name() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<ForeignKeysRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ForeignKeysRequest()
public ForeignKeysRequest(java.lang.String parent_db_name,
java.lang.String parent_tbl_name,
java.lang.String foreign_db_name,
java.lang.String foreign_tbl_name)
public ForeignKeysRequest(ForeignKeysRequest other)
public ForeignKeysRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<ForeignKeysRequest,ForeignKeysRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ForeignKeysRequest,ForeignKeysRequest._Fields>public java.lang.String getParent_db_name()
public void setParent_db_name(java.lang.String parent_db_name)
public void unsetParent_db_name()
public boolean isSetParent_db_name()
public void setParent_db_nameIsSet(boolean value)
public java.lang.String getParent_tbl_name()
public void setParent_tbl_name(java.lang.String parent_tbl_name)
public void unsetParent_tbl_name()
public boolean isSetParent_tbl_name()
public void setParent_tbl_nameIsSet(boolean value)
public java.lang.String getForeign_db_name()
public void setForeign_db_name(java.lang.String foreign_db_name)
public void unsetForeign_db_name()
public boolean isSetForeign_db_name()
public void setForeign_db_nameIsSet(boolean value)
public java.lang.String getForeign_tbl_name()
public void setForeign_tbl_name(java.lang.String foreign_tbl_name)
public void unsetForeign_tbl_name()
public boolean isSetForeign_tbl_name()
public void setForeign_tbl_nameIsSet(boolean value)
public java.lang.String getCatName()
public void setCatName(java.lang.String catName)
public void unsetCatName()
public boolean isSetCatName()
public void setCatNameIsSet(boolean value)
public void setFieldValue(ForeignKeysRequest._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<ForeignKeysRequest,ForeignKeysRequest._Fields>public java.lang.Object getFieldValue(ForeignKeysRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ForeignKeysRequest,ForeignKeysRequest._Fields>public boolean isSet(ForeignKeysRequest._Fields field)
isSet in interface org.apache.thrift.TBase<ForeignKeysRequest,ForeignKeysRequest._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(ForeignKeysRequest that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(ForeignKeysRequest other)
compareTo in interface java.lang.Comparable<ForeignKeysRequest>public ForeignKeysRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ForeignKeysRequest,ForeignKeysRequest._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<ForeignKeysRequest,ForeignKeysRequest._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<ForeignKeysRequest,ForeignKeysRequest._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.