public class SetIntString extends Object implements org.apache.thrift.TBase<SetIntString,SetIntString._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
SetIntString._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<SetIntString._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
SetIntString() |
SetIntString(Set<IntString> sIntString,
String aString) |
SetIntString(SetIntString other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
addToSIntString(IntString elem) |
void |
clear() |
int |
compareTo(SetIntString other) |
SetIntString |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(SetIntString that) |
SetIntString._Fields |
fieldForId(int fieldId) |
String |
getAString() |
Object |
getFieldValue(SetIntString._Fields field) |
Set<IntString> |
getSIntString() |
Iterator<IntString> |
getSIntStringIterator() |
int |
getSIntStringSize() |
int |
hashCode() |
boolean |
isSet(SetIntString._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAString()
Returns true if field aString is set (has been assigned a value) and false otherwise
|
boolean |
isSetSIntString()
Returns true if field sIntString is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setAString(String aString) |
void |
setAStringIsSet(boolean value) |
void |
setFieldValue(SetIntString._Fields field,
Object value) |
void |
setSIntString(Set<IntString> sIntString) |
void |
setSIntStringIsSet(boolean value) |
String |
toString() |
void |
unsetAString() |
void |
unsetSIntString() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<SetIntString._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public SetIntString()
public SetIntString(SetIntString other)
public SetIntString deepCopy()
deepCopy
in interface org.apache.thrift.TBase<SetIntString,SetIntString._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<SetIntString,SetIntString._Fields>
public int getSIntStringSize()
public void addToSIntString(IntString elem)
public void unsetSIntString()
public boolean isSetSIntString()
public void setSIntStringIsSet(boolean value)
public String getAString()
public void setAString(String aString)
public void unsetAString()
public boolean isSetAString()
public void setAStringIsSet(boolean value)
public void setFieldValue(SetIntString._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<SetIntString,SetIntString._Fields>
public Object getFieldValue(SetIntString._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<SetIntString,SetIntString._Fields>
public boolean isSet(SetIntString._Fields field)
isSet
in interface org.apache.thrift.TBase<SetIntString,SetIntString._Fields>
public boolean equals(SetIntString that)
public int compareTo(SetIntString other)
compareTo
in interface Comparable<SetIntString>
public SetIntString._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<SetIntString,SetIntString._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<SetIntString,SetIntString._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<SetIntString,SetIntString._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2017 The Apache Software Foundation. All rights reserved.