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