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 class  WorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilder  
  • Method Summary

    Modifier and Type Method Description
    static WorkflowsStepFailedRequest.WorkflowsStepFailedRequestBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(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.String getToken()
    Authentication token bearing required scopes.
    java.lang.String getWorkflowStepExecuteId()
    Context identifier that maps to the correct workflow step execution.
    int hashCode()  
    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.
    void setToken​(java.lang.String token)
    Authentication token bearing required scopes.
    void setWorkflowStepExecuteId​(java.lang.String workflowStepExecuteId)
    Context identifier that maps to the correct workflow step execution.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • builder

    • getToken

      public java.lang.String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
    • 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:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object