Package de.gematik.test.tiger.proxy.data
Class TigerRouteDto
java.lang.Object
de.gematik.test.tiger.proxy.data.TigerRouteDto
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTigerRouteDto(String id, String from, String to, boolean disableRbelLogging, boolean isInternalRoute, boolean matchForProxyType) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanstatic TigerRouteDtocreate(TigerProxyRoute route) booleangetFrom()getId()getTo()inthashCode()booleanbooleanbooleanvoidsetDisableRbelLogging(boolean disableRbelLogging) voidvoidvoidsetInternalRoute(boolean isInternalRoute) voidsetMatchForProxyType(boolean matchForProxyType) voidtoString()
-
Constructor Details
-
TigerRouteDto
public TigerRouteDto() -
TigerRouteDto
@ConstructorProperties({"id","from","to","disableRbelLogging","isInternalRoute","matchForProxyType"}) public TigerRouteDto(String id, String from, String to, boolean disableRbelLogging, boolean isInternalRoute, boolean matchForProxyType)
-
-
Method Details
-
create
-
builder
-
getId
-
getFrom
-
getTo
-
isDisableRbelLogging
public boolean isDisableRbelLogging() -
isInternalRoute
public boolean isInternalRoute() -
isMatchForProxyType
public boolean isMatchForProxyType() -
setId
-
setFrom
-
setTo
-
setDisableRbelLogging
public void setDisableRbelLogging(boolean disableRbelLogging) -
setInternalRoute
public void setInternalRoute(boolean isInternalRoute) -
setMatchForProxyType
public void setMatchForProxyType(boolean matchForProxyType) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-