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)Optional<org.mockserver.proxyconfiguration.ProxyConfiguration>createMockServerProxyConfiguration()booleanequals(Object o)StringgetHostname()StringgetPassword()IntegergetPort()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
-
createMockServerProxyConfiguration
public Optional<org.mockserver.proxyconfiguration.ProxyConfiguration> createMockServerProxyConfiguration()
-
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)
-
-