Package com.slack.api.util.http.listener
Class HttpResponseListener.State
java.lang.Object
com.slack.api.util.http.listener.HttpResponseListener.State
- Enclosing class:
- HttpResponseListener
-
Constructor Summary
ConstructorsConstructorDescriptionState(SlackConfig config, okhttp3.Response response, String parsedResponseBody) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanokhttp3.ResponseinthashCode()voidsetConfig(SlackConfig config) voidsetParsedResponseBody(String parsedResponseBody) voidsetResponse(okhttp3.Response response) toString()
-
Constructor Details
-
State
-
-
Method Details
-
getConfig
-
getResponse
public okhttp3.Response getResponse() -
getParsedResponseBody
-
setConfig
-
setResponse
public void setResponse(okhttp3.Response response) -
setParsedResponseBody
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-