public static class HttpResponseListener.State extends Object
| Constructor and Description |
|---|
State(SlackConfig config,
okhttp3.Response response,
String parsedResponseBody) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
SlackConfig |
getConfig() |
String |
getParsedResponseBody() |
okhttp3.Response |
getResponse() |
int |
hashCode() |
void |
setConfig(SlackConfig config) |
void |
setParsedResponseBody(String parsedResponseBody) |
void |
setResponse(okhttp3.Response response) |
String |
toString() |
public State(SlackConfig config, okhttp3.Response response, String parsedResponseBody)
public SlackConfig getConfig()
public okhttp3.Response getResponse()
public String getParsedResponseBody()
public void setConfig(SlackConfig config)
public void setResponse(okhttp3.Response response)
public void setParsedResponseBody(String parsedResponseBody)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.