Class OkHttp3LoggingInterceptorProperties
- java.lang.Object
-
- io.freefair.spring.okhttp.logging.OkHttp3LoggingInterceptorProperties
-
@ConfigurationProperties(prefix="okhttp.logging") public class OkHttp3LoggingInterceptorProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description OkHttp3LoggingInterceptorProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(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.String
toString()
-
-
-
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)
-
-