Class WorkflowsStepFailedRequest

    • Method Detail

      • getError

        public Map<String,​Object> getError()
        A JSON-based object with a message property that should contain a human readable error message.
      • getWorkflowStepExecuteId

        public String getWorkflowStepExecuteId()
        Context identifier that maps to the correct workflow step execution.
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setError

        public void setError​(Map<String,​Object> error)
        A JSON-based object with a message property that should contain a human readable error message.
      • setWorkflowStepExecuteId

        public void setWorkflowStepExecuteId​(String workflowStepExecuteId)
        Context identifier that maps to the correct workflow step execution.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object