Class ProcessorVersionCreateRequest


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

      • getReleaseType

        public ProcessorVersionCreateRequestReleaseType getReleaseType()
        Returns:
        The type of release for this version. The two options are "major" and "minor", which will increment the version number accordingly.
      • getDescription

        public java.util.Optional<java.lang.String> getDescription()
        Returns:
        A description of the changes in this version. This helps track the evolution of the processor over time.
      • getConfig

        public java.util.Optional<ProcessorVersionCreateRequestConfig> getConfig()
        Returns:
        The configuration for this version of the processor. The type of configuration must match the processor type.
      • 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