org.sonar.wsclient.services
Class Plugin

java.lang.Object
  extended by org.sonar.wsclient.services.Model
      extended by org.sonar.wsclient.services.Plugin

public class Plugin
extends Model

Since:
2.4

Constructor Summary
Plugin()
           
 
Method Summary
 String getKey()
           
 String getName()
           
 String getVersion()
           
 Plugin setKey(String key)
           
 Plugin setName(String name)
           
 Plugin setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin

public Plugin()
Method Detail

getKey

@CheckForNull
public String getKey()

setKey

public Plugin setKey(@Nullable
                     String key)

getName

@CheckForNull
public String getName()

setName

public Plugin setName(@Nullable
                      String name)

getVersion

@CheckForNull
public String getVersion()

setVersion

public Plugin setVersion(@Nullable
                         String version)


Copyright © 2009-2013 SonarSource. All Rights Reserved.