org.sonar.wsclient
Class Host

java.lang.Object
  extended by org.sonar.wsclient.Host

public class Host
extends Object


Constructor Summary
Host(String host)
           
Host(String host, String username, String password)
           
 
Method Summary
 String getHost()
           
 String getPassword()
           
 String getUsername()
           
 Host setHost(String host)
           
 Host setPassword(String password)
           
 Host setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Host

public Host(String host)

Host

public Host(String host,
            String username,
            String password)
Method Detail

getHost

public String getHost()

setHost

public Host setHost(String host)

getUsername

public String getUsername()

setUsername

public Host setUsername(String username)

getPassword

public String getPassword()

setPassword

public Host setPassword(String password)


Copyright © 2009-2011 SonarSource. All Rights Reserved.