Package org.sonar.api.rules
Class RuleParam
- java.lang.Object
-
- org.sonar.api.rules.RuleParam
-
@Deprecated(since="11.4", forRemoval=true) public class RuleParam extends java.lang.ObjectDeprecated, 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 booleanequals(java.lang.Object obj)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetDefaultValue()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.BooleangetDefaultValueAsBoolean()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.IntegergetDefaultValueAsInteger()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetDescription()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.IntegergetId()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetKey()Deprecated, for removal: This API element is subject to removal in a future version.RulegetRule()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetType()Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.RuleParamsetDefaultValue(java.lang.String s)Deprecated, for removal: This API element is subject to removal in a future version.RuleParamsetDescription(java.lang.String s)Deprecated, for removal: This API element is subject to removal in a future version.RuleParamsetKey(java.lang.String key)Deprecated, for removal: This API element is subject to removal in a future version.RuleParamsetType(java.lang.String type)Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
toStringin classjava.lang.Object
-
-