@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class DropConstraintRequest extends java.lang.Object implements org.apache.thrift.TBase<DropConstraintRequest,DropConstraintRequest._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DropConstraintRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
DropConstraintRequest._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<DropConstraintRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
DropConstraintRequest() |
DropConstraintRequest(DropConstraintRequest other)
Performs a deep copy on other.
|
DropConstraintRequest(java.lang.String dbname,
java.lang.String tablename,
java.lang.String constraintname) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(DropConstraintRequest other) |
DropConstraintRequest |
deepCopy() |
boolean |
equals(DropConstraintRequest that) |
boolean |
equals(java.lang.Object that) |
DropConstraintRequest._Fields |
fieldForId(int fieldId) |
java.lang.String |
getCatName() |
java.lang.String |
getConstraintname() |
java.lang.String |
getDbname() |
java.lang.Object |
getFieldValue(DropConstraintRequest._Fields field) |
java.lang.String |
getTablename() |
int |
hashCode() |
boolean |
isSet(DropConstraintRequest._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 |
isSetConstraintname()
Returns true if field constraintname is set (has been assigned a value) and false otherwise
|
boolean |
isSetDbname()
Returns true if field dbname is set (has been assigned a value) and false otherwise
|
boolean |
isSetTablename()
Returns true if field tablename 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 |
setConstraintname(java.lang.String constraintname) |
void |
setConstraintnameIsSet(boolean value) |
void |
setDbname(java.lang.String dbname) |
void |
setDbnameIsSet(boolean value) |
void |
setFieldValue(DropConstraintRequest._Fields field,
java.lang.Object value) |
void |
setTablename(java.lang.String tablename) |
void |
setTablenameIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetCatName() |
void |
unsetConstraintname() |
void |
unsetDbname() |
void |
unsetTablename() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final java.util.Map<DropConstraintRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public DropConstraintRequest()
public DropConstraintRequest(java.lang.String dbname,
java.lang.String tablename,
java.lang.String constraintname)
public DropConstraintRequest(DropConstraintRequest other)
public DropConstraintRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<DropConstraintRequest,DropConstraintRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<DropConstraintRequest,DropConstraintRequest._Fields>public java.lang.String getDbname()
public void setDbname(java.lang.String dbname)
public void unsetDbname()
public boolean isSetDbname()
public void setDbnameIsSet(boolean value)
public java.lang.String getTablename()
public void setTablename(java.lang.String tablename)
public void unsetTablename()
public boolean isSetTablename()
public void setTablenameIsSet(boolean value)
public java.lang.String getConstraintname()
public void setConstraintname(java.lang.String constraintname)
public void unsetConstraintname()
public boolean isSetConstraintname()
public void setConstraintnameIsSet(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(DropConstraintRequest._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<DropConstraintRequest,DropConstraintRequest._Fields>public java.lang.Object getFieldValue(DropConstraintRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<DropConstraintRequest,DropConstraintRequest._Fields>public boolean isSet(DropConstraintRequest._Fields field)
isSet in interface org.apache.thrift.TBase<DropConstraintRequest,DropConstraintRequest._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(DropConstraintRequest that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(DropConstraintRequest other)
compareTo in interface java.lang.Comparable<DropConstraintRequest>public DropConstraintRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<DropConstraintRequest,DropConstraintRequest._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<DropConstraintRequest,DropConstraintRequest._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<DropConstraintRequest,DropConstraintRequest._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.