Class OkHttpMetricsProperties

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getName()
      Name for the metrics.
      java.util.List<java.lang.String> getRequestTagKeys()
      Tag keys for Request.tag() or Request.tag(Class).
      java.util.Map<java.lang.String,​java.lang.String> getTags()  
      int hashCode()  
      boolean isEnabled()  
      boolean isIncludeHostTag()
      Whether to include the host tag.
      void setEnabled​(boolean enabled)  
      void setIncludeHostTag​(boolean includeHostTag)
      Whether to include the host tag.
      void setName​(java.lang.String name)
      Name for the metrics.
      void setRequestTagKeys​(java.util.List<java.lang.String> requestTagKeys)
      Tag keys for Request.tag() or Request.tag(Class).
      void setTags​(java.util.Map<java.lang.String,​java.lang.String> tags)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait