public static class Cassandra.execute_prepared_cql_query_args extends java.lang.Object implements org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<Cassandra.execute_prepared_cql_query_args>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Cassandra.execute_prepared_cql_query_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. | 
| Modifier and Type | Field and Description | 
|---|---|
| int | itemId | 
| static java.util.Map<Cassandra.execute_prepared_cql_query_args._Fields,org.apache.thrift.meta_data.FieldMetaData> | metaDataMap | 
| java.util.List<java.nio.ByteBuffer> | values | 
| Constructor and Description | 
|---|
| execute_prepared_cql_query_args() | 
| execute_prepared_cql_query_args(Cassandra.execute_prepared_cql_query_args other)Performs a deep copy on other. | 
| execute_prepared_cql_query_args(int itemId,
                               java.util.List<java.nio.ByteBuffer> values) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addToValues(java.nio.ByteBuffer elem) | 
| void | clear() | 
| int | compareTo(Cassandra.execute_prepared_cql_query_args other) | 
| Cassandra.execute_prepared_cql_query_args | deepCopy() | 
| boolean | equals(Cassandra.execute_prepared_cql_query_args that) | 
| boolean | equals(java.lang.Object that) | 
| Cassandra.execute_prepared_cql_query_args._Fields | fieldForId(int fieldId) | 
| java.lang.Object | getFieldValue(Cassandra.execute_prepared_cql_query_args._Fields field) | 
| int | getItemId() | 
| java.util.List<java.nio.ByteBuffer> | getValues() | 
| java.util.Iterator<java.nio.ByteBuffer> | getValuesIterator() | 
| int | getValuesSize() | 
| int | hashCode() | 
| boolean | isSet(Cassandra.execute_prepared_cql_query_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise | 
| boolean | isSetItemId()Returns true if field itemId is set (has been assigned a value) and false otherwise | 
| boolean | isSetValues()Returns true if field values is set (has been assigned a value) and false otherwise | 
| void | read(org.apache.thrift.protocol.TProtocol iprot) | 
| void | setFieldValue(Cassandra.execute_prepared_cql_query_args._Fields field,
             java.lang.Object value) | 
| Cassandra.execute_prepared_cql_query_args | setItemId(int itemId) | 
| void | setItemIdIsSet(boolean value) | 
| Cassandra.execute_prepared_cql_query_args | setValues(java.util.List<java.nio.ByteBuffer> values) | 
| void | setValuesIsSet(boolean value) | 
| java.lang.String | toString() | 
| void | unsetItemId() | 
| void | unsetValues() | 
| void | validate() | 
| void | write(org.apache.thrift.protocol.TProtocol oprot) | 
public int itemId
public java.util.List<java.nio.ByteBuffer> values
public static final java.util.Map<Cassandra.execute_prepared_cql_query_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public execute_prepared_cql_query_args()
public execute_prepared_cql_query_args(int itemId,
                                       java.util.List<java.nio.ByteBuffer> values)
public execute_prepared_cql_query_args(Cassandra.execute_prepared_cql_query_args other)
public Cassandra.execute_prepared_cql_query_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>public int getItemId()
public Cassandra.execute_prepared_cql_query_args setItemId(int itemId)
public void unsetItemId()
public boolean isSetItemId()
public void setItemIdIsSet(boolean value)
public int getValuesSize()
public java.util.Iterator<java.nio.ByteBuffer> getValuesIterator()
public void addToValues(java.nio.ByteBuffer elem)
public java.util.List<java.nio.ByteBuffer> getValues()
public Cassandra.execute_prepared_cql_query_args setValues(java.util.List<java.nio.ByteBuffer> values)
public void unsetValues()
public boolean isSetValues()
public void setValuesIsSet(boolean value)
public void setFieldValue(Cassandra.execute_prepared_cql_query_args._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>public java.lang.Object getFieldValue(Cassandra.execute_prepared_cql_query_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>public boolean isSet(Cassandra.execute_prepared_cql_query_args._Fields field)
isSet in interface org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(Cassandra.execute_prepared_cql_query_args that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(Cassandra.execute_prepared_cql_query_args other)
compareTo in interface java.lang.Comparable<Cassandra.execute_prepared_cql_query_args>public Cassandra.execute_prepared_cql_query_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<Cassandra.execute_prepared_cql_query_args,Cassandra.execute_prepared_cql_query_args._Fields>org.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
              throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2018 The Apache Software Foundation