Class ApiTestResponse
java.lang.Object
com.slack.api.methods.response.api.ApiTestResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class ApiTestResponse extends Object implements SlackApiTextResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApiTestResponse.Args -
Constructor Summary
Constructors Constructor Description ApiTestResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ApiTestResponse.ArgsgetArgs()StringgetError()StringgetNeeded()StringgetProvided()StringgetWarning()inthashCode()booleanisOk()voidsetArgs(ApiTestResponse.Args args)voidsetError(String error)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
ApiTestResponse
public ApiTestResponse()
-
-
Method Details
-
isOk
public boolean isOk()- Specified by:
isOkin interfaceSlackApiTextResponse
-
getArgs
-
getWarning
- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
setOk
public void setOk(boolean ok)- Specified by:
setOkin interfaceSlackApiTextResponse
-
setArgs
-
setWarning
- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-