Class DirectReverseProxyInfo
java.lang.Object
de.gematik.test.tiger.common.data.config.tigerproxy.DirectReverseProxyInfo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionDirectReverseProxyInfo(String hostname, Integer port, boolean ignoreConnectionErrors) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetPort()inthashCode()booleanvoidsetHostname(String hostname) voidsetIgnoreConnectionErrors(boolean ignoreConnectionErrors) voidtoString()
-
Constructor Details
-
DirectReverseProxyInfo
@ConstructorProperties({"hostname","port","ignoreConnectionErrors"}) public DirectReverseProxyInfo(String hostname, Integer port, boolean ignoreConnectionErrors) -
DirectReverseProxyInfo
public DirectReverseProxyInfo()
-
-
Method Details
-
builder
-
getHostname
-
getPort
-
isIgnoreConnectionErrors
public boolean isIgnoreConnectionErrors() -
setHostname
-
setPort
-
setIgnoreConnectionErrors
public void setIgnoreConnectionErrors(boolean ignoreConnectionErrors) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-