public class ProxyCP extends Object implements com.azure.spring.core.aware.ProxyAware.Proxy
| Constructor and Description |
|---|
ProxyCP() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationType() |
String |
getHostname() |
String |
getPassword() |
Integer |
getPort() |
String |
getType() |
String |
getUsername() |
void |
setAuthenticationType(String authenticationType) |
void |
setHostname(String hostname) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setType(String type) |
void |
setUsername(String username) |
public String getType()
getType in interface com.azure.spring.core.aware.ProxyAware.Proxypublic void setType(String type)
public String getHostname()
getHostname in interface com.azure.spring.core.aware.ProxyAware.Proxypublic void setHostname(String hostname)
public Integer getPort()
getPort in interface com.azure.spring.core.aware.ProxyAware.Proxypublic void setPort(Integer port)
public String getAuthenticationType()
getAuthenticationType in interface com.azure.spring.core.aware.ProxyAware.Proxypublic void setAuthenticationType(String authenticationType)
public String getUsername()
getUsername in interface com.azure.spring.core.aware.ProxyAware.Proxypublic void setUsername(String username)
public String getPassword()
getPassword in interface com.azure.spring.core.aware.ProxyAware.Proxypublic void setPassword(String password)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.