Class AnalysisConfigRep


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2026-06-30T13:33:45.929090Z[Etc/UTC]",
               comments="Generator version: 7.18.0")
    public class AnalysisConfigRep
    extends java.lang.Object
    AnalysisConfigRep
    • Field Detail

      • SERIALIZED_NAME_BAYESIAN_THRESHOLD

        public static final java.lang.String SERIALIZED_NAME_BAYESIAN_THRESHOLD
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_SIGNIFICANCE_THRESHOLD

        public static final java.lang.String SERIALIZED_NAME_SIGNIFICANCE_THRESHOLD
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_TEST_DIRECTION

        public static final java.lang.String SERIALIZED_NAME_TEST_DIRECTION
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_MULTIPLE_COMPARISON_CORRECTION_METHOD

        public static final java.lang.String SERIALIZED_NAME_MULTIPLE_COMPARISON_CORRECTION_METHOD
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_MULTIPLE_COMPARISON_CORRECTION_SCOPE

        public static final java.lang.String SERIALIZED_NAME_MULTIPLE_COMPARISON_CORRECTION_SCOPE
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_SEQUENTIAL_TESTING_ENABLED

        public static final java.lang.String SERIALIZED_NAME_SEQUENTIAL_TESTING_ENABLED
        See Also:
        Constant Field Values
      • openapiFields

        public static java.util.HashSet<java.lang.String> openapiFields
      • openapiRequiredFields

        public static java.util.HashSet<java.lang.String> openapiRequiredFields
    • Constructor Detail

      • AnalysisConfigRep

        public AnalysisConfigRep()
    • Method Detail

      • bayesianThreshold

        public AnalysisConfigRep bayesianThreshold​(@Nullable
                                                   java.lang.String bayesianThreshold)
      • getBayesianThreshold

        @Nullable
        public java.lang.String getBayesianThreshold()
        The threshold for the Probability to Beat Baseline (PBBL) and Probability to Be Best (PBB) comparisons for the Bayesian results analysis approach. Value should be between 0-100 inclusive.
        Returns:
        bayesianThreshold
      • setBayesianThreshold

        public void setBayesianThreshold​(@Nullable
                                         java.lang.String bayesianThreshold)
      • significanceThreshold

        public AnalysisConfigRep significanceThreshold​(@Nullable
                                                       java.lang.String significanceThreshold)
      • getSignificanceThreshold

        @Nullable
        public java.lang.String getSignificanceThreshold()
        The significance threshold for the frequentist results analysis approach. Value should be between 0.0-1.0 inclusive.
        Returns:
        significanceThreshold
      • setSignificanceThreshold

        public void setSignificanceThreshold​(@Nullable
                                             java.lang.String significanceThreshold)
      • testDirection

        public AnalysisConfigRep testDirection​(@Nullable
                                               java.lang.String testDirection)
      • getTestDirection

        @Nullable
        public java.lang.String getTestDirection()
        The test sided direction for the frequentist results analysis approach.
        Returns:
        testDirection
      • setTestDirection

        public void setTestDirection​(@Nullable
                                     java.lang.String testDirection)
      • sequentialTestingEnabled

        public AnalysisConfigRep sequentialTestingEnabled​(@Nullable
                                                          java.lang.Boolean sequentialTestingEnabled)
      • getSequentialTestingEnabled

        @Nullable
        public java.lang.Boolean getSequentialTestingEnabled()
        Whether sequential testing is enabled for Frequentist analysis
        Returns:
        sequentialTestingEnabled
      • setSequentialTestingEnabled

        public void setSequentialTestingEnabled​(@Nullable
                                                java.lang.Boolean sequentialTestingEnabled)
      • putAdditionalProperty

        public AnalysisConfigRep putAdditionalProperty​(java.lang.String key,
                                                       java.lang.Object value)
        Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
        Parameters:
        key - name of the property
        value - value of the property
        Returns:
        the AnalysisConfigRep instance itself
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
        Return the additional (undeclared) property.
        Returns:
        a map of objects
      • getAdditionalProperty

        public java.lang.Object getAdditionalProperty​(java.lang.String key)
        Return the additional (undeclared) property with the specified name.
        Parameters:
        key - name of the property
        Returns:
        an object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws java.io.IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        java.io.IOException - if the JSON Element is invalid with respect to AnalysisConfigRep
      • fromJson

        public static AnalysisConfigRep fromJson​(java.lang.String jsonString)
                                          throws java.io.IOException
        Create an instance of AnalysisConfigRep given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of AnalysisConfigRep
        Throws:
        java.io.IOException - if the JSON string is invalid with respect to AnalysisConfigRep
      • toJson

        public java.lang.String toJson()
        Convert an instance of AnalysisConfigRep to an JSON string
        Returns:
        JSON string