Class TigerRouteDto

java.lang.Object
de.gematik.test.tiger.proxy.data.TigerRouteDto

public class TigerRouteDto extends Object
  • 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

      public static TigerRouteDto create(TigerProxyRoute route)
    • builder

      public static TigerRouteDto.TigerRouteDtoBuilder builder()
    • getId

      public String getId()
    • getFrom

      public String getFrom()
    • getTo

      public String getTo()
    • isDisableRbelLogging

      public boolean isDisableRbelLogging()
    • isInternalRoute

      public boolean isInternalRoute()
    • isMatchForProxyType

      public boolean isMatchForProxyType()
    • setId

      public void setId(String id)
    • setFrom

      public void setFrom(String from)
    • setTo

      public void setTo(String to)
    • setDisableRbelLogging

      public void setDisableRbelLogging(boolean disableRbelLogging)
    • setInternalRoute

      public void setInternalRoute(boolean isInternalRoute)
    • setMatchForProxyType

      public void setMatchForProxyType(boolean matchForProxyType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object