Class RuleParam


  • @Deprecated(since="11.4",
                forRemoval=true)
    public class RuleParam
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getDefaultValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.Boolean getDefaultValueAsBoolean()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.Integer getDefaultValueAsInteger()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getDescription()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.Integer getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      Rule getRule()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RuleParam setDefaultValue​(java.lang.String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RuleParam setDescription​(java.lang.String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RuleParam setKey​(java.lang.String key)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      RuleParam setType​(java.lang.String type)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getRule

        public Rule getRule()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getKey

        public java.lang.String getKey()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setKey

        public RuleParam setKey​(java.lang.String key)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDescription

        public java.lang.String getDescription()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setDescription

        public RuleParam setDescription​(java.lang.String s)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getType

        public java.lang.String getType()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setType

        public RuleParam setType​(java.lang.String type)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDefaultValue

        public java.lang.String getDefaultValue()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDefaultValueAsBoolean

        public java.lang.Boolean getDefaultValueAsBoolean()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDefaultValueAsInteger

        public java.lang.Integer getDefaultValueAsInteger()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setDefaultValue

        public RuleParam setDefaultValue​(java.lang.String s)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class java.lang.Object