org.sonar.wsclient.services
Class Server

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

public class Server
extends Model


Constructor Summary
Server()
           
 
Method Summary
 String getId()
           
 String getVersion()
           
 Server setId(String id)
           
 Server setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

getVersion

public String getVersion()

getId

public String getId()

setVersion

public Server setVersion(String version)

setId

public Server setId(String id)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.