Class ParameterInfo

java.lang.Object
gen.org.tkit.onecx.parameters.v2.model.ParameterInfo

public class ParameterInfo extends Object
  • Constructor Details

    • ParameterInfo

      public ParameterInfo()
  • Method Details

    • getCount

      public Long getCount()
      Get count
      Returns:
      count
    • setCount

      public void setCount(Long count)
      Set count
    • count

      public ParameterInfo count(Long count)
    • getDefaultValue

      public Object getDefaultValue()
      Get defaultValue
      Returns:
      defaultValue
    • setDefaultValue

      public void setDefaultValue(Object defaultValue)
      Set defaultValue
    • defaultValue

      public ParameterInfo defaultValue(Object defaultValue)
    • getCurrentValue

      public Object getCurrentValue()
      Get currentValue
      Returns:
      currentValue
    • setCurrentValue

      public void setCurrentValue(Object currentValue)
      Set currentValue
    • currentValue

      public ParameterInfo currentValue(Object currentValue)
    • toString

      public String toString()
      Create a string representation of this pojo.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Compares this object to the specified object. The result is true if and only if the argument is not null and is a ParameterInfo object that contains the same values as this object.
      Overrides:
      equals in class Object
      Parameters:
      obj - the object to compare with.
      Returns:
      true if the objects are the same; false otherwise.
    • hashCode

      public int hashCode()
      Returns a hash code for a ParameterInfo.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for a ParameterInfo.