public class ApiTestRequest extends Object implements SlackApiRequest
Modifier and Type | Class and Description |
---|---|
static class |
ApiTestRequest.ApiTestRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static ApiTestRequest.ApiTestRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getError()
Error response to return
|
String |
getFoo()
example property to return
|
String |
getToken() |
int |
hashCode() |
void |
setError(String error)
Error response to return
|
void |
setFoo(String foo)
example property to return
|
String |
toString() |
public String getToken()
getToken
in interface SlackApiRequest
public static ApiTestRequest.ApiTestRequestBuilder builder()
public String getFoo()
public String getError()
public void setFoo(String foo)
public void setError(String error)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.