Class OkHttp3LoggingInterceptorProperties

java.lang.Object
io.freefair.spring.okhttp.logging.OkHttp3LoggingInterceptorProperties

@ConfigurationProperties(prefix="okhttp.logging") public class OkHttp3LoggingInterceptorProperties extends Object
  • Constructor Details

    • OkHttp3LoggingInterceptorProperties

      public OkHttp3LoggingInterceptorProperties()
  • Method Details

    • getLevel

      public okhttp3.logging.HttpLoggingInterceptor.Level getLevel()
      The level at which the HttpLoggingInterceptor logs.
    • setLevel

      public void setLevel(okhttp3.logging.HttpLoggingInterceptor.Level level)
      The level at which the HttpLoggingInterceptor logs.
    • 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