Class ForwardProxyInfo
- java.lang.Object
-
- de.gematik.test.tiger.common.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)
-
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()IntegergetPort()TigerProxyTypegetType()inthashCode()voidsetHostname(String hostname)voidsetPort(Integer port)voidsetType(TigerProxyType type)StringtoString()
-
-
-
Constructor Detail
-
ForwardProxyInfo
@ConstructorProperties({"hostname","port","type"}) public ForwardProxyInfo(String hostname, Integer port, TigerProxyType type)
-
ForwardProxyInfo
public ForwardProxyInfo()
-
-
Method Detail
-
builder
public static ForwardProxyInfo.ForwardProxyInfoBuilder builder()
-
getHostname
public String getHostname()
-
getPort
public Integer getPort()
-
getType
public TigerProxyType getType()
-
setHostname
public void setHostname(String hostname)
-
setPort
public void setPort(Integer port)
-
setType
public void setType(TigerProxyType type)
-
canEqual
protected boolean canEqual(Object other)
-
-