Package com.slack.api.model.workflow
Class AppStep
java.lang.Object
com.slack.api.model.workflow.AppStep
public class AppStep extends Object
-
Constructor Summary
Constructors Constructor Description AppStep() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAppId()StringgetCallbackId()StringgetWorkflowStepId()inthashCode()voidsetAppId(String appId)voidsetCallbackId(String callbackId)voidsetWorkflowStepId(String workflowStepId)StringtoString()
-
Constructor Details
-
AppStep
public AppStep()
-
-
Method Details
-
getAppId
-
getWorkflowStepId
-
getCallbackId
-
setAppId
-
setWorkflowStepId
-
setCallbackId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-