@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class AllTableConstraintsResponse extends Object implements org.apache.thrift.TBase<AllTableConstraintsResponse,AllTableConstraintsResponse._Fields>, Serializable, Cloneable, Comparable<AllTableConstraintsResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
AllTableConstraintsResponse._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<AllTableConstraintsResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
AllTableConstraintsResponse() |
AllTableConstraintsResponse(AllTableConstraintsResponse other)
Performs a deep copy on other.
|
AllTableConstraintsResponse(SQLAllTableConstraints allTableConstraints) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(AllTableConstraintsResponse other) |
AllTableConstraintsResponse |
deepCopy() |
boolean |
equals(AllTableConstraintsResponse that) |
boolean |
equals(Object that) |
AllTableConstraintsResponse._Fields |
fieldForId(int fieldId) |
SQLAllTableConstraints |
getAllTableConstraints() |
Object |
getFieldValue(AllTableConstraintsResponse._Fields field) |
int |
hashCode() |
boolean |
isSet(AllTableConstraintsResponse._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAllTableConstraints()
Returns true if field allTableConstraints is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setAllTableConstraints(SQLAllTableConstraints allTableConstraints) |
void |
setAllTableConstraintsIsSet(boolean value) |
void |
setFieldValue(AllTableConstraintsResponse._Fields field,
Object value) |
String |
toString() |
void |
unsetAllTableConstraints() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<AllTableConstraintsResponse._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AllTableConstraintsResponse()
public AllTableConstraintsResponse(SQLAllTableConstraints allTableConstraints)
public AllTableConstraintsResponse(AllTableConstraintsResponse other)
public AllTableConstraintsResponse deepCopy()
deepCopy in interface org.apache.thrift.TBase<AllTableConstraintsResponse,AllTableConstraintsResponse._Fields>public void clear()
clear in interface org.apache.thrift.TBase<AllTableConstraintsResponse,AllTableConstraintsResponse._Fields>public SQLAllTableConstraints getAllTableConstraints()
public void setAllTableConstraints(SQLAllTableConstraints allTableConstraints)
public void unsetAllTableConstraints()
public boolean isSetAllTableConstraints()
public void setAllTableConstraintsIsSet(boolean value)
public void setFieldValue(AllTableConstraintsResponse._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<AllTableConstraintsResponse,AllTableConstraintsResponse._Fields>public Object getFieldValue(AllTableConstraintsResponse._Fields field)
getFieldValue in interface org.apache.thrift.TBase<AllTableConstraintsResponse,AllTableConstraintsResponse._Fields>public boolean isSet(AllTableConstraintsResponse._Fields field)
isSet in interface org.apache.thrift.TBase<AllTableConstraintsResponse,AllTableConstraintsResponse._Fields>public boolean equals(AllTableConstraintsResponse that)
public int compareTo(AllTableConstraintsResponse other)
compareTo in interface Comparable<AllTableConstraintsResponse>public AllTableConstraintsResponse._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<AllTableConstraintsResponse,AllTableConstraintsResponse._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.