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 booleancanEqual(Object other)booleanequals(Object o)HttpLoggingInterceptor.LevelgetLevel()The level at which the HttpLoggingInterceptor logs.inthashCode()voidsetLevel(HttpLoggingInterceptor.Level level)The level at which the HttpLoggingInterceptor logs.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getLevel
public HttpLoggingInterceptor.Level getLevel()
The level at which the HttpLoggingInterceptor logs. 
- 
setLevel
public void setLevel(HttpLoggingInterceptor.Level level)
The level at which the HttpLoggingInterceptor logs. 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -