Package org.apache.storm.generated
Class Nimbus.submitTopologyWithOpts_result
java.lang.Object
org.apache.storm.generated.Nimbus.submitTopologyWithOpts_result
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Nimbus.submitTopologyWithOpts_result>
,org.apache.storm.thrift.TBase<Nimbus.submitTopologyWithOpts_result,
,Nimbus.submitTopologyWithOpts_result._Fields> org.apache.storm.thrift.TSerializable
- Enclosing class:
- Nimbus
public static class Nimbus.submitTopologyWithOpts_result
extends Object
implements org.apache.storm.thrift.TBase<Nimbus.submitTopologyWithOpts_result,Nimbus.submitTopologyWithOpts_result._Fields>, Serializable, Cloneable, Comparable<Nimbus.submitTopologyWithOpts_result>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<Nimbus.submitTopologyWithOpts_result._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionsubmitTopologyWithOpts_result
(AlreadyAliveException e, InvalidTopologyException ite, AuthorizationException aze) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
deepCopy()
boolean
boolean
fieldForId
(int fieldId) get_aze()
get_e()
get_ite()
int
hashCode()
boolean
Returns true if field aze is set (has been assigned a value) and false otherwiseboolean
is_set_e()
Returns true if field e is set (has been assigned a value) and false otherwiseboolean
Returns true if field ite is set (has been assigned a value) and false otherwiseboolean
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoid
read
(org.apache.storm.thrift.protocol.TProtocol iprot) void
void
set_aze_isSet
(boolean value) void
void
set_e_isSet
(boolean value) void
void
set_ite_isSet
(boolean value) void
setFieldValue
(Nimbus.submitTopologyWithOpts_result._Fields field, Object value) toString()
void
void
unset_e()
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<Nimbus.submitTopologyWithOpts_result._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
submitTopologyWithOpts_result
public submitTopologyWithOpts_result() -
submitTopologyWithOpts_result
public submitTopologyWithOpts_result(AlreadyAliveException e, InvalidTopologyException ite, AuthorizationException aze) -
submitTopologyWithOpts_result
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<Nimbus.submitTopologyWithOpts_result,
Nimbus.submitTopologyWithOpts_result._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<Nimbus.submitTopologyWithOpts_result,
Nimbus.submitTopologyWithOpts_result._Fields>
-
get_e
-
set_e
-
unset_e
public void unset_e() -
is_set_e
public boolean is_set_e()Returns true if field e is set (has been assigned a value) and false otherwise -
set_e_isSet
public void set_e_isSet(boolean value) -
get_ite
-
set_ite
-
unset_ite
public void unset_ite() -
is_set_ite
public boolean is_set_ite()Returns true if field ite is set (has been assigned a value) and false otherwise -
set_ite_isSet
public void set_ite_isSet(boolean value) -
get_aze
-
set_aze
-
unset_aze
public void unset_aze() -
is_set_aze
public boolean is_set_aze()Returns true if field aze is set (has been assigned a value) and false otherwise -
set_aze_isSet
public void set_aze_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<Nimbus.submitTopologyWithOpts_result,
Nimbus.submitTopologyWithOpts_result._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<Nimbus.submitTopologyWithOpts_result,
Nimbus.submitTopologyWithOpts_result._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.storm.thrift.TBase<Nimbus.submitTopologyWithOpts_result,
Nimbus.submitTopologyWithOpts_result._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Nimbus.submitTopologyWithOpts_result>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<Nimbus.submitTopologyWithOpts_result,
Nimbus.submitTopologyWithOpts_result._Fields>
-
read
public void read(org.apache.storm.thrift.protocol.TProtocol iprot) throws org.apache.storm.thrift.TException - Specified by:
read
in interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
write
public void write(org.apache.storm.thrift.protocol.TProtocol oprot) throws org.apache.storm.thrift.TException - Specified by:
write
in interfaceorg.apache.storm.thrift.TSerializable
- Throws:
org.apache.storm.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.storm.thrift.TException- Throws:
org.apache.storm.thrift.TException
-