Class OkHttp3LoggingInterceptorProperties
- java.lang.Object
- 
- io.freefair.spring.okhttp.logging.OkHttp3LoggingInterceptorProperties
 
- 
 @ConfigurationProperties(prefix="okhttp.logging") public class OkHttp3LoggingInterceptorProperties extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description OkHttp3LoggingInterceptorProperties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)okhttp3.logging.HttpLoggingInterceptor.LevelgetLevel()The level at which the HttpLoggingInterceptor logs.inthashCode()voidsetLevel(okhttp3.logging.HttpLoggingInterceptor.Level level)The level at which the HttpLoggingInterceptor logs.StringtoString()
 
- 
- 
- 
Method Detail- 
getLevelpublic okhttp3.logging.HttpLoggingInterceptor.Level getLevel() The level at which the HttpLoggingInterceptor logs.
 - 
setLevelpublic void setLevel(okhttp3.logging.HttpLoggingInterceptor.Level level) The level at which the HttpLoggingInterceptor logs.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-