Class WorkflowsStepFailedRequest
java.lang.Object
com.slack.api.methods.request.workflows.WorkflowsStepFailedRequest
- All Implemented Interfaces:
SlackApiRequest
public class WorkflowsStepFailedRequest extends java.lang.Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilder -
Method Summary
Modifier and Type Method Description static WorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.Map<java.lang.String,java.lang.Object>getError()A JSON-based object with a message property that should contain a human readable error message.java.lang.StringgetToken()Authentication token bearing required scopes.java.lang.StringgetWorkflowStepExecuteId()Context identifier that maps to the correct workflow step execution.inthashCode()voidsetError(java.util.Map<java.lang.String,java.lang.Object> error)A JSON-based object with a message property that should contain a human readable error message.voidsetToken(java.lang.String token)Authentication token bearing required scopes.voidsetWorkflowStepExecuteId(java.lang.String workflowStepExecuteId)Context identifier that maps to the correct workflow step execution.java.lang.StringtoString()
-
Method Details
-
builder
-
getToken
public java.lang.String getToken()Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getError
public java.util.Map<java.lang.String,java.lang.Object> getError()A JSON-based object with a message property that should contain a human readable error message. -
getWorkflowStepExecuteId
public java.lang.String getWorkflowStepExecuteId()Context identifier that maps to the correct workflow step execution. -
setToken
public void setToken(java.lang.String token)Authentication token bearing required scopes. -
setError
public void setError(java.util.Map<java.lang.String,java.lang.Object> error)A JSON-based object with a message property that should contain a human readable error message. -
setWorkflowStepExecuteId
public void setWorkflowStepExecuteId(java.lang.String workflowStepExecuteId)Context identifier that maps to the correct workflow step execution. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-