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:
  • Field Details

  • Constructor Details

    • 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 Details

    • deepCopy

      public Nimbus.debug_args deepCopy()
      Specified by:
      deepCopy in interface org.apache.storm.thrift.TBase<Nimbus.debug_args,Nimbus.debug_args._Fields>
    • clear

      public void clear()
      Specified by:
      clear in interface org.apache.storm.thrift.TBase<Nimbus.debug_args,Nimbus.debug_args._Fields>
    • 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)
    • setFieldValue

      public void setFieldValue(Nimbus.debug_args._Fields field, Object value)
      Specified by:
      setFieldValue in interface org.apache.storm.thrift.TBase<Nimbus.debug_args,Nimbus.debug_args._Fields>
    • getFieldValue

      public Object getFieldValue(Nimbus.debug_args._Fields field)
      Specified by:
      getFieldValue in interface org.apache.storm.thrift.TBase<Nimbus.debug_args,Nimbus.debug_args._Fields>
    • isSet

      public boolean isSet(Nimbus.debug_args._Fields field)
      Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
      Specified by:
      isSet in interface org.apache.storm.thrift.TBase<Nimbus.debug_args,Nimbus.debug_args._Fields>
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • equals

      public boolean equals(Nimbus.debug_args that)
    • hashCode

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

      public int compareTo(Nimbus.debug_args other)
      Specified by:
      compareTo in interface Comparable<Nimbus.debug_args>
    • fieldForId

      public Nimbus.debug_args._Fields fieldForId(int fieldId)
      Specified by:
      fieldForId in interface org.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 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validate

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