Class WorkflowRunsCreateRequestOutputsItem


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

      • getProcessorId

        public java.lang.String getProcessorId()
        Returns:
        The ID of the extractor, classifier, or splitter that the output is associated with. Example: "ex_Xj8mK2pL9nR4vT7qY5wZ"
      • getOutput

        public ProvidedProcessorOutput getOutput()
        Returns:
        The output to be used for the workflow run. 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