Class HttpClientConfig.LoggingConfig
- java.lang.Object
-
- com.netflix.spinnaker.kork.plugins.api.httpclient.HttpClientConfig.LoggingConfig
-
- Enclosing class:
- HttpClientConfig
public static class HttpClientConfig.LoggingConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpClientConfig.LoggingConfig.LoggingLevel
-
Constructor Summary
Constructors Constructor Description LoggingConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)HttpClientConfig.LoggingConfig.LoggingLevelgetLevel()inthashCode()voidsetLevel(HttpClientConfig.LoggingConfig.LoggingLevel level)
-
-
-
Method Detail
-
getLevel
public HttpClientConfig.LoggingConfig.LoggingLevel getLevel()
-
setLevel
public void setLevel(HttpClientConfig.LoggingConfig.LoggingLevel level)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-