Class ForwardProxyInfo
- java.lang.Object
-
- de.gematik.test.tiger.common.data.config.tigerProxy.ForwardProxyInfo
-
public class ForwardProxyInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForwardProxyInfo.ForwardProxyInfoBuilder
-
Constructor Summary
Constructors Constructor Description ForwardProxyInfo()ForwardProxyInfo(String hostname, Integer port, TigerProxyType type, String username, String password)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ForwardProxyInfo.ForwardProxyInfoBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetHostname()StringgetPassword()IntegergetPort()StringgetProxyPort(String proxyPort, TigerProxyType type)TigerProxyTypegetProxyProtocol(String proxyProtocol)TigerProxyTypegetType()StringgetUsername()inthashCode()voidsetHostname(String hostname)voidsetPassword(String password)voidsetPort(Integer port)voidsetType(TigerProxyType type)voidsetUsername(String username)StringtoString()
-
-
-
Constructor Detail
-
ForwardProxyInfo
@ConstructorProperties({"hostname","port","type","username","password"}) public ForwardProxyInfo(String hostname, Integer port, TigerProxyType type, String username, String password)
-
ForwardProxyInfo
public ForwardProxyInfo()
-
-
Method Detail
-
getProxyProtocol
public TigerProxyType getProxyProtocol(String proxyProtocol)
-
getProxyPort
public String getProxyPort(String proxyPort, TigerProxyType type)
-
builder
public static ForwardProxyInfo.ForwardProxyInfoBuilder builder()
-
getHostname
public String getHostname()
-
getPort
public Integer getPort()
-
getType
public TigerProxyType getType()
-
getUsername
public String getUsername()
-
getPassword
public String getPassword()
-
setHostname
public void setHostname(String hostname)
-
setPort
public void setPort(Integer port)
-
setType
public void setType(TigerProxyType type)
-
setUsername
public void setUsername(String username)
-
setPassword
public void setPassword(String password)
-
canEqual
protected boolean canEqual(Object other)
-
-