@Generated(value="Autogenerated by Thrift Compiler (0.12.0)") public class SpoutSpec extends Object implements org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>, Serializable, Cloneable, Comparable<SpoutSpec>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SpoutSpec._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<SpoutSpec._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> | 
metaDataMap  | 
| Constructor and Description | 
|---|
SpoutSpec()  | 
SpoutSpec(ComponentObject spout_object,
         ComponentCommon common)  | 
SpoutSpec(SpoutSpec other)
Performs a deep copy on other. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
int | 
compareTo(SpoutSpec other)  | 
SpoutSpec | 
deepCopy()  | 
boolean | 
equals(Object that)  | 
boolean | 
equals(SpoutSpec that)  | 
SpoutSpec._Fields | 
fieldForId(int fieldId)  | 
ComponentCommon | 
get_common()  | 
ComponentObject | 
get_spout_object()  | 
Object | 
getFieldValue(SpoutSpec._Fields field)  | 
int | 
hashCode()  | 
boolean | 
is_set_common()
Returns true if field common is set (has been assigned a value) and false otherwise 
 | 
boolean | 
is_set_spout_object()
Returns true if field spout_object is set (has been assigned a value) and false otherwise 
 | 
boolean | 
isSet(SpoutSpec._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise 
 | 
void | 
read(org.apache.storm.thrift.protocol.TProtocol iprot)  | 
void | 
set_common_isSet(boolean value)  | 
void | 
set_common(ComponentCommon common)  | 
void | 
set_spout_object_isSet(boolean value)  | 
void | 
set_spout_object(ComponentObject spout_object)  | 
void | 
setFieldValue(SpoutSpec._Fields field,
             Object value)  | 
String | 
toString()  | 
void | 
unset_common()  | 
void | 
unset_spout_object()  | 
void | 
validate()  | 
void | 
write(org.apache.storm.thrift.protocol.TProtocol oprot)  | 
public static final Map<SpoutSpec._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public SpoutSpec()
public SpoutSpec(ComponentObject spout_object, ComponentCommon common)
public SpoutSpec(SpoutSpec other)
Performs a deep copy on other.
public SpoutSpec deepCopy()
deepCopy in interface org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>public void clear()
clear in interface org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>public ComponentObject get_spout_object()
public void set_spout_object(ComponentObject spout_object)
public void unset_spout_object()
public boolean is_set_spout_object()
Returns true if field spout_object is set (has been assigned a value) and false otherwise
public void set_spout_object_isSet(boolean value)
public ComponentCommon get_common()
public void set_common(ComponentCommon common)
public void unset_common()
public boolean is_set_common()
Returns true if field common is set (has been assigned a value) and false otherwise
public void set_common_isSet(boolean value)
public void setFieldValue(SpoutSpec._Fields field, Object value)
setFieldValue in interface org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>public Object getFieldValue(SpoutSpec._Fields field)
getFieldValue in interface org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>public boolean isSet(SpoutSpec._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet in interface org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>public boolean equals(SpoutSpec that)
public int compareTo(SpoutSpec other)
compareTo in interface Comparable<SpoutSpec>public SpoutSpec._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.storm.thrift.TBase<SpoutSpec,SpoutSpec._Fields>public void read(org.apache.storm.thrift.protocol.TProtocol iprot)
          throws org.apache.storm.thrift.TException
read in interface org.apache.storm.thrift.TSerializableorg.apache.storm.thrift.TExceptionpublic void write(org.apache.storm.thrift.protocol.TProtocol oprot)
           throws org.apache.storm.thrift.TException
write in interface org.apache.storm.thrift.TSerializableorg.apache.storm.thrift.TExceptionpublic void validate()
              throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.