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

@CheckForNull
public String getKey()

setKey

public Profile.Rule setKey(@Nullable
                           String key)

getRepository

@CheckForNull
public String getRepository()

setRepository

public Profile.Rule setRepository(@Nullable
                                  String repository)

getSeverity

@CheckForNull
public String getSeverity()

setSeverity

public Profile.Rule setSeverity(@Nullable
                                String severity)

getInheritance

@CheckForNull
public String getInheritance()

setInheritance

public Profile.Rule setInheritance(@Nullable
                                   String inheritance)

getParameters

public Map<String,String> getParameters()

getParameter

public String getParameter(String key)

addParameter

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


Copyright © 2009–2014 SonarSource. All rights reserved.