@Generated(value="Autogenerated by Thrift Compiler (0.13.0)") public class StateSpoutSpec extends Object implements org.apache.storm.thrift.TBase<StateSpoutSpec,StateSpoutSpec._Fields>, Serializable, Cloneable, Comparable<StateSpoutSpec>
Modifier and Type | Class and Description |
---|---|
static class |
StateSpoutSpec._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<StateSpoutSpec._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
StateSpoutSpec() |
StateSpoutSpec(ComponentObject state_spout_object,
ComponentCommon common) |
StateSpoutSpec(StateSpoutSpec other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(StateSpoutSpec other) |
StateSpoutSpec |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(StateSpoutSpec that) |
StateSpoutSpec._Fields |
fieldForId(int fieldId) |
ComponentCommon |
get_common() |
ComponentObject |
get_state_spout_object() |
Object |
getFieldValue(StateSpoutSpec._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_state_spout_object()
Returns true if field state_spout_object is set (has been assigned a value) and false otherwise
|
boolean |
isSet(StateSpoutSpec._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_state_spout_object_isSet(boolean value) |
void |
set_state_spout_object(ComponentObject state_spout_object) |
void |
setFieldValue(StateSpoutSpec._Fields field,
Object value) |
String |
toString() |
void |
unset_common() |
void |
unset_state_spout_object() |
void |
validate() |
void |
write(org.apache.storm.thrift.protocol.TProtocol oprot) |
public static final Map<StateSpoutSpec._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
public StateSpoutSpec()
public StateSpoutSpec(ComponentObject state_spout_object, ComponentCommon common)
public StateSpoutSpec(StateSpoutSpec other)
Performs a deep copy on other.
public StateSpoutSpec deepCopy()
deepCopy
in interface org.apache.storm.thrift.TBase<StateSpoutSpec,StateSpoutSpec._Fields>
public void clear()
clear
in interface org.apache.storm.thrift.TBase<StateSpoutSpec,StateSpoutSpec._Fields>
public ComponentObject get_state_spout_object()
public void set_state_spout_object(ComponentObject state_spout_object)
public void unset_state_spout_object()
public boolean is_set_state_spout_object()
Returns true if field state_spout_object is set (has been assigned a value) and false otherwise
public void set_state_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(StateSpoutSpec._Fields field, Object value)
setFieldValue
in interface org.apache.storm.thrift.TBase<StateSpoutSpec,StateSpoutSpec._Fields>
public Object getFieldValue(StateSpoutSpec._Fields field)
getFieldValue
in interface org.apache.storm.thrift.TBase<StateSpoutSpec,StateSpoutSpec._Fields>
public boolean isSet(StateSpoutSpec._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<StateSpoutSpec,StateSpoutSpec._Fields>
public boolean equals(StateSpoutSpec that)
public int compareTo(StateSpoutSpec other)
compareTo
in interface Comparable<StateSpoutSpec>
public StateSpoutSpec._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.storm.thrift.TBase<StateSpoutSpec,StateSpoutSpec._Fields>
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException
read
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException
write
in interface org.apache.storm.thrift.TSerializable
org.apache.storm.thrift.TException
public void validate() throws org.apache.storm.thrift.TException
org.apache.storm.thrift.TException
Copyright © 2022 The Apache Software Foundation. All rights reserved.