Class Nimbus.debug_args

    • Constructor Detail

      • debug_args

        public debug_args()
      • debug_args

        public debug_args​(String name,
                          String component,
                          boolean enable,
                          double samplingPercentage)
      • debug_args

        public debug_args​(Nimbus.debug_args other)
        Performs a deep copy on other.
    • Method Detail

      • get_name

        public String get_name()
      • set_name

        public void set_name​(String 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

        public String get_component()
      • set_component

        public void set_component​(String 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.storm.thrift.protocol.TProtocol iprot)
                  throws org.apache.storm.thrift.TException
        Specified by:
        read in interface org.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 interface org.apache.storm.thrift.TSerializable
        Throws:
        org.apache.storm.thrift.TException
      • validate

        public void validate()
                      throws org.apache.storm.thrift.TException
        Throws:
        org.apache.storm.thrift.TException