Class ReactionsGetResponse
java.lang.Object
com.slack.api.methods.response.reactions.ReactionsGetResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class ReactionsGetResponse extends Object implements SlackApiTextResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReactionsGetResponse.Message -
Constructor Summary
Constructors Constructor Description ReactionsGetResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetError()ReactionsGetResponse.MessagegetMessage()StringgetNeeded()StringgetProvided()StringgetType()StringgetWarning()inthashCode()booleanisOk()voidsetChannel(String channel)voidsetError(String error)voidsetMessage(ReactionsGetResponse.Message message)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetProvided(String provided)voidsetType(String type)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
ReactionsGetResponse
public ReactionsGetResponse()
-
-
Method Details
-
isOk
public boolean isOk()- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getType
-
getChannel
-
getMessage
-
setOk
public void setOk(boolean ok)- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setType
-
setChannel
-
setMessage
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-