public class ProxyConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProxyConfig.ProxyAuthType |
Constructor and Description |
---|
ProxyConfig(DatabricksConfig config) |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getPassword() |
Integer |
getPort() |
ProxyConfig.ProxyAuthType |
getProxyAuthType() |
String |
getUsername() |
Boolean |
getUseSystemProperties() |
ProxyConfig |
setHost(String host) |
ProxyConfig |
setPassword(String password) |
ProxyConfig |
setPort(Integer port) |
ProxyConfig |
setProxyAuthType(ProxyConfig.ProxyAuthType proxyAuthType) |
ProxyConfig |
setUsername(String username) |
ProxyConfig |
setUseSystemProperties(Boolean useSystemProperties) |
public ProxyConfig(DatabricksConfig config)
public String getHost()
public ProxyConfig setHost(String host)
public Integer getPort()
public ProxyConfig setPort(Integer port)
public String getUsername()
public ProxyConfig setUsername(String username)
public String getPassword()
public ProxyConfig setPassword(String password)
public ProxyConfig.ProxyAuthType getProxyAuthType()
public ProxyConfig setProxyAuthType(ProxyConfig.ProxyAuthType proxyAuthType)
public Boolean getUseSystemProperties()
public ProxyConfig setUseSystemProperties(Boolean useSystemProperties)
Copyright © 2024. All rights reserved.