@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class AllTableConstraintsRequest extends Object implements org.apache.thrift.TBase<AllTableConstraintsRequest,AllTableConstraintsRequest._Fields>, Serializable, Cloneable, Comparable<AllTableConstraintsRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
AllTableConstraintsRequest._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<AllTableConstraintsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
AllTableConstraintsRequest() |
AllTableConstraintsRequest(AllTableConstraintsRequest other)
Performs a deep copy on other.
|
AllTableConstraintsRequest(String dbName,
String tblName,
String catName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(AllTableConstraintsRequest other) |
AllTableConstraintsRequest |
deepCopy() |
boolean |
equals(AllTableConstraintsRequest that) |
boolean |
equals(Object that) |
AllTableConstraintsRequest._Fields |
fieldForId(int fieldId) |
String |
getCatName() |
String |
getDbName() |
Object |
getFieldValue(AllTableConstraintsRequest._Fields field) |
long |
getTableId() |
String |
getTblName() |
String |
getValidWriteIdList() |
int |
hashCode() |
boolean |
isSet(AllTableConstraintsRequest._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 |
isSetDbName()
Returns true if field dbName is set (has been assigned a value) and false otherwise
|
boolean |
isSetTableId()
Returns true if field tableId is set (has been assigned a value) and false otherwise
|
boolean |
isSetTblName()
Returns true if field tblName is set (has been assigned a value) and false otherwise
|
boolean |
isSetValidWriteIdList()
Returns true if field validWriteIdList is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setCatName(String catName) |
void |
setCatNameIsSet(boolean value) |
void |
setDbName(String dbName) |
void |
setDbNameIsSet(boolean value) |
void |
setFieldValue(AllTableConstraintsRequest._Fields field,
Object value) |
void |
setTableId(long tableId) |
void |
setTableIdIsSet(boolean value) |
void |
setTblName(String tblName) |
void |
setTblNameIsSet(boolean value) |
void |
setValidWriteIdList(String validWriteIdList) |
void |
setValidWriteIdListIsSet(boolean value) |
String |
toString() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
unsetTableId() |
void |
unsetTblName() |
void |
unsetValidWriteIdList() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<AllTableConstraintsRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AllTableConstraintsRequest()
public AllTableConstraintsRequest(String dbName, String tblName, String catName)
public AllTableConstraintsRequest(AllTableConstraintsRequest other)
public AllTableConstraintsRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<AllTableConstraintsRequest,AllTableConstraintsRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<AllTableConstraintsRequest,AllTableConstraintsRequest._Fields>public String getDbName()
public void setDbName(String dbName)
public void unsetDbName()
public boolean isSetDbName()
public void setDbNameIsSet(boolean value)
public String getTblName()
public void setTblName(String tblName)
public void unsetTblName()
public boolean isSetTblName()
public void setTblNameIsSet(boolean value)
public String getCatName()
public void setCatName(String catName)
public void unsetCatName()
public boolean isSetCatName()
public void setCatNameIsSet(boolean value)
public String getValidWriteIdList()
public void setValidWriteIdList(String validWriteIdList)
public void unsetValidWriteIdList()
public boolean isSetValidWriteIdList()
public void setValidWriteIdListIsSet(boolean value)
public long getTableId()
public void setTableId(long tableId)
public void unsetTableId()
public boolean isSetTableId()
public void setTableIdIsSet(boolean value)
public void setFieldValue(AllTableConstraintsRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<AllTableConstraintsRequest,AllTableConstraintsRequest._Fields>public Object getFieldValue(AllTableConstraintsRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<AllTableConstraintsRequest,AllTableConstraintsRequest._Fields>public boolean isSet(AllTableConstraintsRequest._Fields field)
isSet in interface org.apache.thrift.TBase<AllTableConstraintsRequest,AllTableConstraintsRequest._Fields>public boolean equals(AllTableConstraintsRequest that)
public int compareTo(AllTableConstraintsRequest other)
compareTo in interface Comparable<AllTableConstraintsRequest>public AllTableConstraintsRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<AllTableConstraintsRequest,AllTableConstraintsRequest._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.