@Generated(value="Autogenerated by Thrift Compiler (0.10.0)",
date="2017-08-25")
public class TDbGetConfig
extends java.lang.Object
implements org.apache.thrift.TBase<TDbGetConfig,TDbGetConfig._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TDbGetConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
TDbGetConfig._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
TIsolationLevel |
isoLevel |
static java.util.Map<TDbGetConfig._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TDbGetMode |
mode |
boolean |
multiple |
boolean |
rmw |
| Constructor and Description |
|---|
TDbGetConfig() |
TDbGetConfig(TDbGetConfig other)
Performs a deep copy on other.
|
TDbGetConfig(TDbGetMode mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(TDbGetConfig other) |
TDbGetConfig |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TDbGetConfig that) |
TDbGetConfig._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(TDbGetConfig._Fields field) |
TIsolationLevel |
getIsoLevel() |
TDbGetMode |
getMode() |
int |
hashCode() |
boolean |
isMultiple() |
boolean |
isRmw() |
boolean |
isSet(TDbGetConfig._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetIsoLevel()
Returns true if field isoLevel is set (has been assigned a value) and false otherwise
|
boolean |
isSetMode()
Returns true if field mode is set (has been assigned a value) and false otherwise
|
boolean |
isSetMultiple()
Returns true if field multiple is set (has been assigned a value) and false otherwise
|
boolean |
isSetRmw()
Returns true if field rmw is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(TDbGetConfig._Fields field,
java.lang.Object value) |
TDbGetConfig |
setIsoLevel(TIsolationLevel isoLevel) |
void |
setIsoLevelIsSet(boolean value) |
TDbGetConfig |
setMode(TDbGetMode mode) |
void |
setModeIsSet(boolean value) |
TDbGetConfig |
setMultiple(boolean multiple) |
void |
setMultipleIsSet(boolean value) |
TDbGetConfig |
setRmw(boolean rmw) |
void |
setRmwIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetIsoLevel() |
void |
unsetMode() |
void |
unsetMultiple() |
void |
unsetRmw() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TDbGetMode mode
TDbGetModepublic boolean multiple
public boolean rmw
public TIsolationLevel isoLevel
TIsolationLevelpublic static final java.util.Map<TDbGetConfig._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TDbGetConfig()
public TDbGetConfig(TDbGetMode mode)
public TDbGetConfig(TDbGetConfig other)
public TDbGetConfig deepCopy()
deepCopy in interface org.apache.thrift.TBase<TDbGetConfig,TDbGetConfig._Fields>public void clear()
clear in interface org.apache.thrift.TBase<TDbGetConfig,TDbGetConfig._Fields>public TDbGetMode getMode()
TDbGetModepublic TDbGetConfig setMode(TDbGetMode mode)
TDbGetModepublic void unsetMode()
public boolean isSetMode()
public void setModeIsSet(boolean value)
public boolean isMultiple()
public TDbGetConfig setMultiple(boolean multiple)
public void unsetMultiple()
public boolean isSetMultiple()
public void setMultipleIsSet(boolean value)
public boolean isRmw()
public TDbGetConfig setRmw(boolean rmw)
public void unsetRmw()
public boolean isSetRmw()
public void setRmwIsSet(boolean value)
public TIsolationLevel getIsoLevel()
TIsolationLevelpublic TDbGetConfig setIsoLevel(TIsolationLevel isoLevel)
TIsolationLevelpublic void unsetIsoLevel()
public boolean isSetIsoLevel()
public void setIsoLevelIsSet(boolean value)
public void setFieldValue(TDbGetConfig._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<TDbGetConfig,TDbGetConfig._Fields>public java.lang.Object getFieldValue(TDbGetConfig._Fields field)
getFieldValue in interface org.apache.thrift.TBase<TDbGetConfig,TDbGetConfig._Fields>public boolean isSet(TDbGetConfig._Fields field)
isSet in interface org.apache.thrift.TBase<TDbGetConfig,TDbGetConfig._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(TDbGetConfig that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(TDbGetConfig other)
compareTo in interface java.lang.Comparable<TDbGetConfig>public TDbGetConfig._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<TDbGetConfig,TDbGetConfig._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 java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.