Class WorkflowsStepCompletedRequest

    • Method Detail

      • getWorkflowStepExecuteId

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

        public Map<String,​Object> getOutputs()
        Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object.
      • getOutputsAsString

        public String getOutputsAsString()
      • setToken

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

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

        public void setOutputs​(Map<String,​Object> outputs)
        Key-value object of outputs from your step. Keys of this object reflect the configured key properties of your outputs array from your workflow_step object.
      • setOutputsAsString

        public void setOutputsAsString​(String outputsAsString)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object