org.sonar.wsclient.services
Class Profile.Rule

java.lang.Object
  extended by org.sonar.wsclient.services.Profile.Rule
Enclosing class:
Profile

public static final class Profile.Rule
extends Object


Constructor Summary
Profile.Rule()
           
 
Method Summary
 Profile.Rule addParameter(String key, String value)
           
 String getInheritance()
           
 String getKey()
           
 String getParameter(String key)
           
 Map<String,String> getParameters()
           
 String getRepository()
           
 String getSeverity()
           
 Profile.Rule setInheritance(String inheritance)
           
 Profile.Rule setKey(String key)
           
 Profile.Rule setRepository(String repository)
           
 Profile.Rule setSeverity(String severity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile.Rule

public Profile.Rule()
Method Detail

getKey

public String getKey()

setKey

public Profile.Rule setKey(String key)

getRepository

public String getRepository()

setRepository

public Profile.Rule setRepository(String repository)

getSeverity

public String getSeverity()

setSeverity

public Profile.Rule setSeverity(String severity)

getInheritance

public String getInheritance()

setInheritance

public Profile.Rule setInheritance(String inheritance)

getParameters

public Map<String,String> getParameters()

getParameter

public String getParameter(String key)

addParameter

public Profile.Rule addParameter(String key,
                                 String value)


Copyright © 2009-2012 SonarSource. All Rights Reserved.