Class OkHttp3LoggingInterceptorProperties
- java.lang.Object
-
- io.freefair.spring.okhttp.logging.OkHttp3LoggingInterceptorProperties
-
@ConfigurationProperties(prefix="okhttp.logging") public class OkHttp3LoggingInterceptorProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OkHttp3LoggingInterceptorProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
HttpLoggingInterceptor.Level
getLevel()
The level at which the HttpLoggingInterceptor logs.int
hashCode()
void
setLevel(HttpLoggingInterceptor.Level level)
The level at which the HttpLoggingInterceptor logs.java.lang.String
toString()
-
-
-
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.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-