@Generated(value="Autogenerated by Thrift Compiler (0.9.3)") public class GetInfoOptions extends Object implements org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>, Serializable, Cloneable, Comparable<GetInfoOptions>
Modifier and Type | Class and Description |
---|---|
static class |
GetInfoOptions._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<GetInfoOptions._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
GetInfoOptions() |
GetInfoOptions(GetInfoOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(GetInfoOptions other) |
GetInfoOptions |
deepCopy() |
boolean |
equals(GetInfoOptions that) |
boolean |
equals(Object that) |
GetInfoOptions._Fields |
fieldForId(int fieldId) |
NumErrorsChoice |
get_num_err_choice() |
Object |
getFieldValue(GetInfoOptions._Fields field) |
int |
hashCode() |
boolean |
is_set_num_err_choice()
Returns true if field num_err_choice is set (has been assigned a value) and false otherwise
|
boolean |
isSet(GetInfoOptions._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
set_num_err_choice_isSet(boolean value) |
void |
set_num_err_choice(NumErrorsChoice num_err_choice) |
void |
setFieldValue(GetInfoOptions._Fields field,
Object value) |
String |
toString() |
void |
unset_num_err_choice() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<GetInfoOptions._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public GetInfoOptions()
public GetInfoOptions(GetInfoOptions other)
Performs a deep copy on other.
public GetInfoOptions deepCopy()
deepCopy
in interface org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>
public NumErrorsChoice get_num_err_choice()
NumErrorsChoice
public void set_num_err_choice(NumErrorsChoice num_err_choice)
NumErrorsChoice
public void unset_num_err_choice()
public boolean is_set_num_err_choice()
Returns true if field num_err_choice is set (has been assigned a value) and false otherwise
public void set_num_err_choice_isSet(boolean value)
public void setFieldValue(GetInfoOptions._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>
public Object getFieldValue(GetInfoOptions._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>
public boolean isSet(GetInfoOptions._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet
in interface org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>
public boolean equals(GetInfoOptions that)
public int compareTo(GetInfoOptions other)
compareTo
in interface Comparable<GetInfoOptions>
public GetInfoOptions._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<GetInfoOptions,GetInfoOptions._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.