Class EurekaDashboardProperties

java.lang.Object
org.springframework.cloud.netflix.eureka.server.EurekaDashboardProperties

@ConfigurationProperties("eureka.dashboard") public class EurekaDashboardProperties extends Object
Configuration properties for the Eureka dashboard (UI).
Author:
Dave Syer
  • Constructor Details

    • EurekaDashboardProperties

      public EurekaDashboardProperties()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object