Class ProcessorCreateRequest


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

      • getName

        public java.lang.String getName()
        Returns:
        The name of the new processor
      • getCloneProcessorId

        public java.util.Optional<java.lang.String> getCloneProcessorId()
        Returns:
        The ID of an existing processor to clone. One of cloneProcessorId or config must be provided.

        Example: "ex_Xj8mK2pL9nR4vT7qY5wZ"

      • getConfig

        public java.util.Optional<ProcessorCreateRequestConfig> getConfig()
        Returns:
        The configuration for the processor. The type of configuration must match the processor type. One of cloneProcessorId or config must be provided.
      • 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