Class OkHttp3LoggingInterceptorProperties


  • @ConfigurationProperties(prefix="okhttp.logging")
    public class OkHttp3LoggingInterceptorProperties
    extends Object
    • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object