Package org.apache.storm.generated
Class Nimbus.debug_args
java.lang.Object
org.apache.storm.generated.Nimbus.debug_args
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<Nimbus.debug_args>
,org.apache.storm.thrift.TBase<Nimbus.debug_args,
,Nimbus.debug_args._Fields> org.apache.storm.thrift.TSerializable
- Enclosing class:
- Nimbus
public static class Nimbus.debug_args
extends Object
implements org.apache.storm.thrift.TBase<Nimbus.debug_args,Nimbus.debug_args._Fields>, Serializable, Cloneable, Comparable<Nimbus.debug_args>
- 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.debug_args._Fields,
org.apache.storm.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptiondebug_args
(String name, String component, boolean enable, double samplingPercentage) debug_args
(Nimbus.debug_args other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
compareTo
(Nimbus.debug_args other) deepCopy()
boolean
boolean
equals
(Nimbus.debug_args that) fieldForId
(int fieldId) get_name()
double
int
hashCode()
boolean
boolean
Returns true if field component is set (has been assigned a value) and false otherwiseboolean
Returns true if field enable is set (has been assigned a value) and false otherwiseboolean
Returns true if field name is set (has been assigned a value) and false otherwiseboolean
Returns true if field samplingPercentage is set (has been assigned a value) and false otherwiseboolean
isSet
(Nimbus.debug_args._Fields field) 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
set_component
(String component) void
set_component_isSet
(boolean value) void
set_enable
(boolean enable) void
set_enable_isSet
(boolean value) void
void
set_name_isSet
(boolean value) void
set_samplingPercentage
(double samplingPercentage) void
set_samplingPercentage_isSet
(boolean value) void
setFieldValue
(Nimbus.debug_args._Fields field, Object value) toString()
void
void
void
void
void
validate()
void
write
(org.apache.storm.thrift.protocol.TProtocol oprot)
-
Field Details
-
metaDataMap
public static final Map<Nimbus.debug_args._Fields,org.apache.storm.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
debug_args
public debug_args() -
debug_args
-
debug_args
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.storm.thrift.TBase<Nimbus.debug_args,
Nimbus.debug_args._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.storm.thrift.TBase<Nimbus.debug_args,
Nimbus.debug_args._Fields>
-
get_name
-
set_name
-
unset_name
public void unset_name() -
is_set_name
public boolean is_set_name()Returns true if field name is set (has been assigned a value) and false otherwise -
set_name_isSet
public void set_name_isSet(boolean value) -
get_component
-
set_component
-
unset_component
public void unset_component() -
is_set_component
public boolean is_set_component()Returns true if field component is set (has been assigned a value) and false otherwise -
set_component_isSet
public void set_component_isSet(boolean value) -
is_enable
public boolean is_enable() -
set_enable
public void set_enable(boolean enable) -
unset_enable
public void unset_enable() -
is_set_enable
public boolean is_set_enable()Returns true if field enable is set (has been assigned a value) and false otherwise -
set_enable_isSet
public void set_enable_isSet(boolean value) -
get_samplingPercentage
public double get_samplingPercentage() -
set_samplingPercentage
public void set_samplingPercentage(double samplingPercentage) -
unset_samplingPercentage
public void unset_samplingPercentage() -
is_set_samplingPercentage
public boolean is_set_samplingPercentage()Returns true if field samplingPercentage is set (has been assigned a value) and false otherwise -
set_samplingPercentage_isSet
public void set_samplingPercentage_isSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.storm.thrift.TBase<Nimbus.debug_args,
Nimbus.debug_args._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.storm.thrift.TBase<Nimbus.debug_args,
Nimbus.debug_args._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.debug_args,
Nimbus.debug_args._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Nimbus.debug_args>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.storm.thrift.TBase<Nimbus.debug_args,
Nimbus.debug_args._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
-