Package com.slack.api.model.event
Class FunctionExecutedEvent
java.lang.Object
com.slack.api.model.event.FunctionExecutedEvent
- All Implemented Interfaces:
Event,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetType()inthashCode()voidsetBotAccessToken(String botAccessToken) voidsetEventTs(String eventTs) voidsetFunction(FunctionExecutedEvent.Function function) voidsetFunctionExecutionId(String functionExecutionId) voidvoidsetWorkflowExecutionId(String workflowExecutionId) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.slack.api.model.event.Event
getSubtype
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
FunctionExecutedEvent
public FunctionExecutedEvent()
-
-
Method Details
-
getType
-
getFunction
-
getInputs
-
getFunctionExecutionId
-
getWorkflowExecutionId
-
getEventTs
-
getBotAccessToken
-
setFunction
-
setInputs
-
setFunctionExecutionId
-
setWorkflowExecutionId
-
setEventTs
-
setBotAccessToken
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-