@Generated public class Proxy extends IdentifiableBase implements Serializable, Cloneable
GLOBAL_LEVEL, USER_LEVEL| Modifier and Type | Method and Description |
|---|---|
Proxy |
clone() |
Proxy |
getDelegate() |
String |
getHost() |
String |
getNonProxyHosts() |
String |
getPassword() |
int |
getPort() |
String |
getProtocol() |
String |
getUsername() |
boolean |
isActive() |
static List<Proxy> |
proxyToApiV3(List<Proxy> list) |
static List<Proxy> |
proxyToApiV4(List<Proxy> list) |
void |
setActive(boolean active) |
void |
setHost(String host) |
void |
setNonProxyHosts(String nonProxyHosts) |
void |
setPassword(String password) |
void |
setPort(int port) |
void |
setProtocol(String protocol) |
void |
setUsername(String username) |
getId, identifiableBaseToApiV3, identifiableBaseToApiV4, setIdgetSourceLevel, setSourceLevel, trackableBaseToApiV3, trackableBaseToApiV4public Proxy()
public Proxy(Proxy delegate)
public Proxy clone()
clone in class IdentifiableBasepublic Proxy getDelegate()
getDelegate in class IdentifiableBasepublic boolean isActive()
public void setActive(boolean active)
public String getProtocol()
public void setProtocol(String protocol)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public int getPort()
public void setPort(int port)
public String getHost()
public void setHost(String host)
public String getNonProxyHosts()
public void setNonProxyHosts(String nonProxyHosts)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.