Serializable, Cloneable, Comparable<Connection.cursorNext_args>, org.apache.thrift.TBase<Connection.cursorNext_args,Connection.cursorNext_args._Fields>, org.apache.thrift.TSerializablepublic static class Connection.cursorNext_args extends Object implements org.apache.thrift.TBase<Connection.cursorNext_args,Connection.cursorNext_args._Fields>, Serializable, Cloneable, Comparable<Connection.cursorNext_args>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Connection.cursorNext_args._Fields |
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field | Description |
|---|---|---|
long |
connection |
|
int |
count |
|
long |
cursor |
|
static Map<Connection.cursorNext_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor | Description |
|---|---|
cursorNext_args() |
|
cursorNext_args(long connection,
long cursor,
int count) |
|
cursorNext_args(Connection.cursorNext_args other) |
Performs a deep copy on other.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
clear() |
|
int |
compareTo(Connection.cursorNext_args other) |
|
Connection.cursorNext_args |
deepCopy() |
|
boolean |
equals(Connection.cursorNext_args that) |
|
boolean |
equals(Object that) |
|
Connection.cursorNext_args._Fields |
fieldForId(int fieldId) |
|
long |
getConnection() |
|
int |
getCount() |
|
long |
getCursor() |
|
Object |
getFieldValue(Connection.cursorNext_args._Fields field) |
|
int |
hashCode() |
|
boolean |
isSet(Connection.cursorNext_args._Fields field) |
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetConnection() |
Returns true if field connection is set (has been assigned a value) and false otherwise
|
boolean |
isSetCount() |
Returns true if field count is set (has been assigned a value) and false otherwise
|
boolean |
isSetCursor() |
Returns true if field cursor is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
|
Connection.cursorNext_args |
setConnection(long connection) |
|
void |
setConnectionIsSet(boolean value) |
|
Connection.cursorNext_args |
setCount(int count) |
|
void |
setCountIsSet(boolean value) |
|
Connection.cursorNext_args |
setCursor(long cursor) |
|
void |
setCursorIsSet(boolean value) |
|
void |
setFieldValue(Connection.cursorNext_args._Fields field,
Object value) |
|
String |
toString() |
|
void |
unsetConnection() |
|
void |
unsetCount() |
|
void |
unsetCursor() |
|
void |
validate() |
|
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public long connection
public long cursor
public int count
public static final Map<Connection.cursorNext_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public cursorNext_args()
public cursorNext_args(long connection,
long cursor,
int count)
public cursorNext_args(Connection.cursorNext_args other)
public Connection.cursorNext_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<Connection.cursorNext_args,Connection.cursorNext_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Connection.cursorNext_args,Connection.cursorNext_args._Fields>public long getConnection()
public Connection.cursorNext_args setConnection(long connection)
public void unsetConnection()
public boolean isSetConnection()
public void setConnectionIsSet(boolean value)
public long getCursor()
public Connection.cursorNext_args setCursor(long cursor)
public void unsetCursor()
public boolean isSetCursor()
public void setCursorIsSet(boolean value)
public int getCount()
public Connection.cursorNext_args setCount(int count)
public void unsetCount()
public boolean isSetCount()
public void setCountIsSet(boolean value)
public void setFieldValue(Connection.cursorNext_args._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<Connection.cursorNext_args,Connection.cursorNext_args._Fields>public Object getFieldValue(Connection.cursorNext_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Connection.cursorNext_args,Connection.cursorNext_args._Fields>public boolean isSet(Connection.cursorNext_args._Fields field)
isSet in interface org.apache.thrift.TBase<Connection.cursorNext_args,Connection.cursorNext_args._Fields>public boolean equals(Connection.cursorNext_args that)
public int compareTo(Connection.cursorNext_args other)
compareTo in interface Comparable<Connection.cursorNext_args>public Connection.cursorNext_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Connection.cursorNext_args,Connection.cursorNext_args._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 © 2020. All rights reserved.