@Generated(value="Autogenerated by Thrift Compiler (0.16.0)") @InterfaceAudience.Public @InterfaceStability.Stable public class ListPackageRequest extends Object implements org.apache.thrift.TBase<ListPackageRequest,ListPackageRequest._Fields>, Serializable, Cloneable, Comparable<ListPackageRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPackageRequest._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<ListPackageRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
ListPackageRequest() |
ListPackageRequest(ListPackageRequest other)
Performs a deep copy on other.
|
ListPackageRequest(String catName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(ListPackageRequest other) |
ListPackageRequest |
deepCopy() |
boolean |
equals(ListPackageRequest that) |
boolean |
equals(Object that) |
ListPackageRequest._Fields |
fieldForId(int fieldId) |
String |
getCatName() |
String |
getDbName() |
Object |
getFieldValue(ListPackageRequest._Fields field) |
int |
hashCode() |
boolean |
isSet(ListPackageRequest._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
|
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(ListPackageRequest._Fields field,
Object value) |
String |
toString() |
void |
unsetCatName() |
void |
unsetDbName() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<ListPackageRequest._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public ListPackageRequest()
public ListPackageRequest(String catName)
public ListPackageRequest(ListPackageRequest other)
public ListPackageRequest deepCopy()
deepCopy in interface org.apache.thrift.TBase<ListPackageRequest,ListPackageRequest._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ListPackageRequest,ListPackageRequest._Fields>public String getCatName()
public void setCatName(String catName)
public void unsetCatName()
public boolean isSetCatName()
public void setCatNameIsSet(boolean value)
public String getDbName()
public void setDbName(String dbName)
public void unsetDbName()
public boolean isSetDbName()
public void setDbNameIsSet(boolean value)
public void setFieldValue(ListPackageRequest._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<ListPackageRequest,ListPackageRequest._Fields>public Object getFieldValue(ListPackageRequest._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ListPackageRequest,ListPackageRequest._Fields>public boolean isSet(ListPackageRequest._Fields field)
isSet in interface org.apache.thrift.TBase<ListPackageRequest,ListPackageRequest._Fields>public boolean equals(ListPackageRequest that)
public int compareTo(ListPackageRequest other)
compareTo in interface Comparable<ListPackageRequest>public ListPackageRequest._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ListPackageRequest,ListPackageRequest._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.