Class SplittersCreateRequest


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

      • getName

        public java.lang.String getName()
        Returns:
        The name of the splitter.
      • getCloneSplitterId

        public java.util.Optional<java.lang.String> getCloneSplitterId()
        Returns:
        The ID of an existing splitter to clone. If provided, the new splitter will be created with the same config as the splitter with this ID. Cannot be provided together with config.

        Example: "spl_BMdfq_yWM3sT-ZzvCnA3f"

      • getConfig

        public java.util.Optional<SplitConfig> getConfig()
        Returns:
        The configuration for the splitter. Cannot be provided together with cloneSplitterId.
      • 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