Class TigerRoute
java.lang.Object
de.gematik.test.tiger.common.data.config.tigerProxy.TigerRoute
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTigerRoute(String id, String from, String to, boolean internalRoute, boolean disableRbelLogging, TigerBasicAuthConfiguration basicAuth) -
Method Summary
Modifier and TypeMethodDescriptionstatic TigerRoute.TigerRouteBuilderbuilder()protected booleanbooleangetFrom()getId()getTo()inthashCode()booleanbooleanvoidsetBasicAuth(TigerBasicAuthConfiguration basicAuth) voidsetDisableRbelLogging(boolean disableRbelLogging) voidvoidvoidsetInternalRoute(boolean internalRoute) voidtoString()
-
Constructor Details
-
TigerRoute
public TigerRoute() -
TigerRoute
@ConstructorProperties({"id","from","to","internalRoute","disableRbelLogging","basicAuth"}) public TigerRoute(String id, String from, String to, boolean internalRoute, boolean disableRbelLogging, TigerBasicAuthConfiguration basicAuth)
-
-
Method Details
-
builder
-
toBuilder
-
getId
-
getFrom
-
getTo
-
isInternalRoute
public boolean isInternalRoute() -
isDisableRbelLogging
public boolean isDisableRbelLogging() -
getBasicAuth
-
setId
-
setFrom
-
setTo
-
setInternalRoute
public void setInternalRoute(boolean internalRoute) -
setDisableRbelLogging
public void setDisableRbelLogging(boolean disableRbelLogging) -
setBasicAuth
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
withId
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-