org.sonar.wsclient.services
Class RuleParam

java.lang.Object
  extended by org.sonar.wsclient.services.RuleParam

public class RuleParam
extends Object

Since:
2.5

Constructor Summary
RuleParam()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getValue()
           
 RuleParam setDescription(String description)
           
 RuleParam setName(String name)
           
 RuleParam setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleParam

public RuleParam()
Method Detail

getName

@CheckForNull
public String getName()

setName

public RuleParam setName(@Nullable
                         String name)

getDescription

@CheckForNull
public String getDescription()

setDescription

public RuleParam setDescription(@Nullable
                                String description)

getValue

@CheckForNull
public String getValue()

setValue

public RuleParam setValue(@Nullable
                          String value)


Copyright © 2009-2014 SonarSource. All Rights Reserved.