Class WorkflowRunFileInputOutputsItem


  • public final class WorkflowRunFileInputOutputsItem
    extends java.lang.Object
    • Method Detail

      • getProcessorId

        public java.lang.String getProcessorId()
        Returns:
        The ID of the processor that the output is associated with. Example: "dp_Xj8mK2pL9nR4vT7qY5wZ"
      • getOutput

        public ProvidedProcessorOutput getOutput()
        Returns:
        The output that is being overridden. The structure will depend on the processor type. More details can be found on the "output type" page for the corresponding processor, in the guides section.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

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