@InterfaceAudience.Public @InterfaceStability.Stable public static class ThriftHiveMetastore.get_properties_result extends Object implements org.apache.thrift.TBase<ThriftHiveMetastore.get_properties_result,ThriftHiveMetastore.get_properties_result._Fields>, Serializable, Cloneable, Comparable<ThriftHiveMetastore.get_properties_result>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThriftHiveMetastore.get_properties_result._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<ThriftHiveMetastore.get_properties_result._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
get_properties_result() |
get_properties_result(PropertyGetResponse success,
MetaException e1,
NoSuchObjectException e2) |
get_properties_result(ThriftHiveMetastore.get_properties_result other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(ThriftHiveMetastore.get_properties_result other) |
ThriftHiveMetastore.get_properties_result |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(ThriftHiveMetastore.get_properties_result that) |
ThriftHiveMetastore.get_properties_result._Fields |
fieldForId(int fieldId) |
MetaException |
getE1() |
NoSuchObjectException |
getE2() |
Object |
getFieldValue(ThriftHiveMetastore.get_properties_result._Fields field) |
PropertyGetResponse |
getSuccess() |
int |
hashCode() |
boolean |
isSet(ThriftHiveMetastore.get_properties_result._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetE1()
Returns true if field e1 is set (has been assigned a value) and false otherwise
|
boolean |
isSetE2()
Returns true if field e2 is set (has been assigned a value) and false otherwise
|
boolean |
isSetSuccess()
Returns true if field success is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setE1(MetaException e1) |
void |
setE1IsSet(boolean value) |
void |
setE2(NoSuchObjectException e2) |
void |
setE2IsSet(boolean value) |
void |
setFieldValue(ThriftHiveMetastore.get_properties_result._Fields field,
Object value) |
void |
setSuccess(PropertyGetResponse success) |
void |
setSuccessIsSet(boolean value) |
String |
toString() |
void |
unsetE1() |
void |
unsetE2() |
void |
unsetSuccess() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<ThriftHiveMetastore.get_properties_result._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public get_properties_result()
public get_properties_result(PropertyGetResponse success, MetaException e1, NoSuchObjectException e2)
public get_properties_result(ThriftHiveMetastore.get_properties_result other)
public ThriftHiveMetastore.get_properties_result deepCopy()
deepCopy in interface org.apache.thrift.TBase<ThriftHiveMetastore.get_properties_result,ThriftHiveMetastore.get_properties_result._Fields>public void clear()
clear in interface org.apache.thrift.TBase<ThriftHiveMetastore.get_properties_result,ThriftHiveMetastore.get_properties_result._Fields>public PropertyGetResponse getSuccess()
public void setSuccess(PropertyGetResponse success)
public void unsetSuccess()
public boolean isSetSuccess()
public void setSuccessIsSet(boolean value)
public MetaException getE1()
public void setE1(MetaException e1)
public void unsetE1()
public boolean isSetE1()
public void setE1IsSet(boolean value)
public NoSuchObjectException getE2()
public void setE2(NoSuchObjectException e2)
public void unsetE2()
public boolean isSetE2()
public void setE2IsSet(boolean value)
public void setFieldValue(ThriftHiveMetastore.get_properties_result._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<ThriftHiveMetastore.get_properties_result,ThriftHiveMetastore.get_properties_result._Fields>public Object getFieldValue(ThriftHiveMetastore.get_properties_result._Fields field)
getFieldValue in interface org.apache.thrift.TBase<ThriftHiveMetastore.get_properties_result,ThriftHiveMetastore.get_properties_result._Fields>public boolean isSet(ThriftHiveMetastore.get_properties_result._Fields field)
isSet in interface org.apache.thrift.TBase<ThriftHiveMetastore.get_properties_result,ThriftHiveMetastore.get_properties_result._Fields>public boolean equals(ThriftHiveMetastore.get_properties_result that)
public int compareTo(ThriftHiveMetastore.get_properties_result other)
compareTo in interface Comparable<ThriftHiveMetastore.get_properties_result>public ThriftHiveMetastore.get_properties_result._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<ThriftHiveMetastore.get_properties_result,ThriftHiveMetastore.get_properties_result._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.