Class LogDeepLinkProperties

java.lang.Object
ch.admin.bit.jeap.errorhandling.web.ui.configuration.LogDeepLinkProperties

@Configuration @ConfigurationProperties(prefix="log.deep-link") public class LogDeepLinkProperties extends Object
  • Constructor Details

    • LogDeepLinkProperties

      public LogDeepLinkProperties()
  • Method Details

    • getBaseUrl

      public String getBaseUrl()
      The Base URL of the log-system. Must contain a {traceId} token in order to be replaced with the traceId of the error event.
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
      The Base URL of the log-system. Must contain a {traceId} token in order to be replaced with the traceId of the error event.
    • 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