Package com.launchdarkly.api.model
Class AnalysisConfigRep
- java.lang.Object
-
- com.launchdarkly.api.model.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.ObjectAnalysisConfigRep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalysisConfigRep.CustomTypeAdapterFactorystatic classAnalysisConfigRep.MultipleComparisonCorrectionMethodEnumThe method for multiple comparison correction.static classAnalysisConfigRep.MultipleComparisonCorrectionScopeEnumThe scope for multiple comparison correction.
-
Field Summary
Fields Modifier and Type Field Description static java.util.HashSet<java.lang.String>openapiFieldsstatic java.util.HashSet<java.lang.String>openapiRequiredFieldsstatic java.lang.StringSERIALIZED_NAME_BAYESIAN_THRESHOLDstatic java.lang.StringSERIALIZED_NAME_MULTIPLE_COMPARISON_CORRECTION_METHODstatic java.lang.StringSERIALIZED_NAME_MULTIPLE_COMPARISON_CORRECTION_SCOPEstatic java.lang.StringSERIALIZED_NAME_SEQUENTIAL_TESTING_ENABLEDstatic java.lang.StringSERIALIZED_NAME_SIGNIFICANCE_THRESHOLDstatic java.lang.StringSERIALIZED_NAME_TEST_DIRECTION
-
Constructor Summary
Constructors Constructor Description AnalysisConfigRep()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalysisConfigRepbayesianThreshold(java.lang.String bayesianThreshold)booleanequals(java.lang.Object o)static AnalysisConfigRepfromJson(java.lang.String jsonString)Create an instance of AnalysisConfigRep given an JSON stringjava.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()Return the additional (undeclared) property.java.lang.ObjectgetAdditionalProperty(java.lang.String key)Return the additional (undeclared) property with the specified name.java.lang.StringgetBayesianThreshold()The threshold for the Probability to Beat Baseline (PBBL) and Probability to Be Best (PBB) comparisons for the Bayesian results analysis approach.AnalysisConfigRep.MultipleComparisonCorrectionMethodEnumgetMultipleComparisonCorrectionMethod()The method for multiple comparison correction.AnalysisConfigRep.MultipleComparisonCorrectionScopeEnumgetMultipleComparisonCorrectionScope()The scope for multiple comparison correction.java.lang.BooleangetSequentialTestingEnabled()Whether sequential testing is enabled for Frequentist analysisjava.lang.StringgetSignificanceThreshold()The significance threshold for the frequentist results analysis approach.java.lang.StringgetTestDirection()The test sided direction for the frequentist results analysis approach.inthashCode()AnalysisConfigRepmultipleComparisonCorrectionMethod(AnalysisConfigRep.MultipleComparisonCorrectionMethodEnum multipleComparisonCorrectionMethod)AnalysisConfigRepmultipleComparisonCorrectionScope(AnalysisConfigRep.MultipleComparisonCorrectionScopeEnum multipleComparisonCorrectionScope)AnalysisConfigRepputAdditionalProperty(java.lang.String key, java.lang.Object value)Set the additional (undeclared) property with the specified name and value.AnalysisConfigRepsequentialTestingEnabled(java.lang.Boolean sequentialTestingEnabled)voidsetBayesianThreshold(java.lang.String bayesianThreshold)voidsetMultipleComparisonCorrectionMethod(AnalysisConfigRep.MultipleComparisonCorrectionMethodEnum multipleComparisonCorrectionMethod)voidsetMultipleComparisonCorrectionScope(AnalysisConfigRep.MultipleComparisonCorrectionScopeEnum multipleComparisonCorrectionScope)voidsetSequentialTestingEnabled(java.lang.Boolean sequentialTestingEnabled)voidsetSignificanceThreshold(java.lang.String significanceThreshold)voidsetTestDirection(java.lang.String testDirection)AnalysisConfigRepsignificanceThreshold(java.lang.String significanceThreshold)AnalysisConfigReptestDirection(java.lang.String testDirection)java.lang.StringtoJson()Convert an instance of AnalysisConfigRep to an JSON stringjava.lang.StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
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
-
-
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)
-
multipleComparisonCorrectionMethod
public AnalysisConfigRep multipleComparisonCorrectionMethod(@Nullable AnalysisConfigRep.MultipleComparisonCorrectionMethodEnum multipleComparisonCorrectionMethod)
-
getMultipleComparisonCorrectionMethod
@Nullable public AnalysisConfigRep.MultipleComparisonCorrectionMethodEnum getMultipleComparisonCorrectionMethod()
The method for multiple comparison correction.- Returns:
- multipleComparisonCorrectionMethod
-
setMultipleComparisonCorrectionMethod
public void setMultipleComparisonCorrectionMethod(@Nullable AnalysisConfigRep.MultipleComparisonCorrectionMethodEnum multipleComparisonCorrectionMethod)
-
multipleComparisonCorrectionScope
public AnalysisConfigRep multipleComparisonCorrectionScope(@Nullable AnalysisConfigRep.MultipleComparisonCorrectionScopeEnum multipleComparisonCorrectionScope)
-
getMultipleComparisonCorrectionScope
@Nullable public AnalysisConfigRep.MultipleComparisonCorrectionScopeEnum getMultipleComparisonCorrectionScope()
The scope for multiple comparison correction.- Returns:
- multipleComparisonCorrectionScope
-
setMultipleComparisonCorrectionScope
public void setMultipleComparisonCorrectionScope(@Nullable AnalysisConfigRep.MultipleComparisonCorrectionScopeEnum multipleComparisonCorrectionScope)
-
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 propertyvalue- 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws java.io.IOExceptionValidates 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
-
-