Package com.avoka.tm.vo
Class RestCFG.Proxy
java.lang.Object
com.avoka.tm.vo.RestCFG.Proxy
- Enclosing class:
- RestCFG
Provides a proxy.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the proxy password.Return the proxy Host.intReturn the proxy port.Return the proxy name.voidsetPassword(String password) Set the proxy password.voidsetProxyHost(String proxyHost) Set the proxy Host.voidsetProxyPort(int proxyPort) Set the proxy port.voidsetUserName(String userName) Set the proxy name.
- 
Constructor Details- 
Proxypublic Proxy()
 
- 
- 
Method Details- 
getUserNameReturn the proxy name.- Returns:
- the proxy name
 
- 
setUserNameSet the proxy name.- Parameters:
- userName- the proxy name
 
- 
getPasswordReturn the proxy password.- Returns:
- the proxy password
 
- 
setPasswordSet the proxy password.- Parameters:
- password- the proxy password
 
- 
getProxyHostReturn the proxy Host.- Returns:
- the proxy Host
 
- 
setProxyHostSet the proxy Host.- Parameters:
- proxyHost- the proxy Host
 
- 
getProxyPortpublic int getProxyPort()Return the proxy port.- Returns:
- the proxy port
 
- 
setProxyPortpublic void setProxyPort(int proxyPort) Set the proxy port.- Parameters:
- proxyPort- the proxy port
 
 
-