Class OkHttp3LoggingInterceptorProperties


  • @ConfigurationProperties(prefix="okhttp.logging")
    public class OkHttp3LoggingInterceptorProperties
    extends java.lang.Object
    • 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)  
      okhttp3.logging.HttpLoggingInterceptor.Level getLevel()
      The level at which the HttpLoggingInterceptor logs.
      int hashCode()  
      void setLevel​(okhttp3.logging.HttpLoggingInterceptor.Level level)
      The level at which the HttpLoggingInterceptor logs.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OkHttp3LoggingInterceptorProperties

        public OkHttp3LoggingInterceptorProperties()
    • Method Detail

      • 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​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object