Class OkHttpMetricsProperties.ConnectionPoolMetricsProperties

java.lang.Object
io.freefair.spring.okhttp.metrics.OkHttpMetricsProperties.ConnectionPoolMetricsProperties
Enclosing class:
OkHttpMetricsProperties

public static class OkHttpMetricsProperties.ConnectionPoolMetricsProperties extends Object
See Also:
  • Constructor Details

    • ConnectionPoolMetricsProperties

      public ConnectionPoolMetricsProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • getNamePrefix

      public String getNamePrefix()
    • getTags

      public Map<String,String> getTags()
    • setEnabled

      public void setEnabled(boolean enabled)
    • setNamePrefix

      public void setNamePrefix(String namePrefix)
    • setTags

      public void setTags(Map<String,String> tags)
    • 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