@ConfigurationProperties(prefix="okhttp.logging") public class OkHttp3LoggingInterceptorProperties extends Object
| Constructor and Description | 
|---|
| OkHttp3LoggingInterceptorProperties() | 
| Modifier and Type | Method and 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() | 
public OkHttp3LoggingInterceptorProperties()