@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class FindSchemasByColsRqst extends Object implements org.apache.thrift.TBase<FindSchemasByColsRqst,FindSchemasByColsRqst._Fields>, Serializable, Cloneable, Comparable<FindSchemasByColsRqst>
| Modifier and Type | Class and Description |
|---|---|
static class |
FindSchemasByColsRqst._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<FindSchemasByColsRqst._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
FindSchemasByColsRqst() |
FindSchemasByColsRqst(FindSchemasByColsRqst other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(FindSchemasByColsRqst other) |
FindSchemasByColsRqst |
deepCopy() |
boolean |
equals(FindSchemasByColsRqst that) |
boolean |
equals(Object that) |
FindSchemasByColsRqst._Fields |
fieldForId(int fieldId) |
String |
getColName() |
String |
getColNamespace() |
Object |
getFieldValue(FindSchemasByColsRqst._Fields field) |
String |
getType() |
int |
hashCode() |
boolean |
isSet(FindSchemasByColsRqst._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetColName()
Returns true if field colName is set (has been assigned a value) and false otherwise
|
boolean |
isSetColNamespace()
Returns true if field colNamespace is set (has been assigned a value) and false otherwise
|
boolean |
isSetType()
Returns true if field type is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setColName(String colName) |
void |
setColNameIsSet(boolean value) |
void |
setColNamespace(String colNamespace) |
void |
setColNamespaceIsSet(boolean value) |
void |
setFieldValue(FindSchemasByColsRqst._Fields field,
Object value) |
void |
setType(String type) |
void |
setTypeIsSet(boolean value) |
String |
toString() |
void |
unsetColName() |
void |
unsetColNamespace() |
void |
unsetType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<FindSchemasByColsRqst._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public FindSchemasByColsRqst()
public FindSchemasByColsRqst(FindSchemasByColsRqst other)
public FindSchemasByColsRqst deepCopy()
deepCopy in interface org.apache.thrift.TBase<FindSchemasByColsRqst,FindSchemasByColsRqst._Fields>public void clear()
clear in interface org.apache.thrift.TBase<FindSchemasByColsRqst,FindSchemasByColsRqst._Fields>public String getColName()
public void setColName(String colName)
public void unsetColName()
public boolean isSetColName()
public void setColNameIsSet(boolean value)
public String getColNamespace()
public void setColNamespace(String colNamespace)
public void unsetColNamespace()
public boolean isSetColNamespace()
public void setColNamespaceIsSet(boolean value)
public String getType()
public void setType(String type)
public void unsetType()
public boolean isSetType()
public void setTypeIsSet(boolean value)
public void setFieldValue(FindSchemasByColsRqst._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<FindSchemasByColsRqst,FindSchemasByColsRqst._Fields>public Object getFieldValue(FindSchemasByColsRqst._Fields field)
getFieldValue in interface org.apache.thrift.TBase<FindSchemasByColsRqst,FindSchemasByColsRqst._Fields>public boolean isSet(FindSchemasByColsRqst._Fields field)
isSet in interface org.apache.thrift.TBase<FindSchemasByColsRqst,FindSchemasByColsRqst._Fields>public boolean equals(FindSchemasByColsRqst that)
public int compareTo(FindSchemasByColsRqst other)
compareTo in interface Comparable<FindSchemasByColsRqst>public FindSchemasByColsRqst._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<FindSchemasByColsRqst,FindSchemasByColsRqst._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.