Package com.launchdarkly.api.model
Class AnalysisConfigInput
- java.lang.Object
-
- com.launchdarkly.api.model.AnalysisConfigInput
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2026-06-30T13:33:45.929090Z[Etc/UTC]", comments="Generator version: 7.18.0") public class AnalysisConfigInput extends java.lang.ObjectAnalysisConfigInput
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalysisConfigInput.CustomTypeAdapterFactorystatic classAnalysisConfigInput.MultipleComparisonCorrectionMethodEnumThe method to use for multiple comparison correction.static classAnalysisConfigInput.MultipleComparisonCorrectionScopeEnumThe scope of the 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 AnalysisConfigInput()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalysisConfigInputbayesianThreshold(java.lang.String bayesianThreshold)booleanequals(java.lang.Object o)static AnalysisConfigInputfromJson(java.lang.String jsonString)Create an instance of AnalysisConfigInput 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.AnalysisConfigInput.MultipleComparisonCorrectionMethodEnumgetMultipleComparisonCorrectionMethod()The method to use for multiple comparison correction.AnalysisConfigInput.MultipleComparisonCorrectionScopeEnumgetMultipleComparisonCorrectionScope()The scope of the 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()AnalysisConfigInputmultipleComparisonCorrectionMethod(AnalysisConfigInput.MultipleComparisonCorrectionMethodEnum multipleComparisonCorrectionMethod)AnalysisConfigInputmultipleComparisonCorrectionScope(AnalysisConfigInput.MultipleComparisonCorrectionScopeEnum multipleComparisonCorrectionScope)AnalysisConfigInputputAdditionalProperty(java.lang.String key, java.lang.Object value)Set the additional (undeclared) property with the specified name and value.AnalysisConfigInputsequentialTestingEnabled(java.lang.Boolean sequentialTestingEnabled)voidsetBayesianThreshold(java.lang.String bayesianThreshold)voidsetMultipleComparisonCorrectionMethod(AnalysisConfigInput.MultipleComparisonCorrectionMethodEnum multipleComparisonCorrectionMethod)voidsetMultipleComparisonCorrectionScope(AnalysisConfigInput.MultipleComparisonCorrectionScopeEnum multipleComparisonCorrectionScope)voidsetSequentialTestingEnabled(java.lang.Boolean sequentialTestingEnabled)voidsetSignificanceThreshold(java.lang.String significanceThreshold)voidsetTestDirection(java.lang.String testDirection)AnalysisConfigInputsignificanceThreshold(java.lang.String significanceThreshold)AnalysisConfigInputtestDirection(java.lang.String testDirection)java.lang.StringtoJson()Convert an instance of AnalysisConfigInput 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 AnalysisConfigInput 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.- Returns:
- bayesianThreshold
-
setBayesianThreshold
public void setBayesianThreshold(@Nullable java.lang.String bayesianThreshold)
-
significanceThreshold
public AnalysisConfigInput significanceThreshold(@Nullable java.lang.String significanceThreshold)
-
getSignificanceThreshold
@Nullable public java.lang.String getSignificanceThreshold()
The significance threshold for the frequentist results analysis approach.- Returns:
- significanceThreshold
-
setSignificanceThreshold
public void setSignificanceThreshold(@Nullable java.lang.String significanceThreshold)
-
testDirection
public AnalysisConfigInput 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 AnalysisConfigInput multipleComparisonCorrectionMethod(@Nullable AnalysisConfigInput.MultipleComparisonCorrectionMethodEnum multipleComparisonCorrectionMethod)
-
getMultipleComparisonCorrectionMethod
@Nullable public AnalysisConfigInput.MultipleComparisonCorrectionMethodEnum getMultipleComparisonCorrectionMethod()
The method to use for multiple comparison correction.- Returns:
- multipleComparisonCorrectionMethod
-
setMultipleComparisonCorrectionMethod
public void setMultipleComparisonCorrectionMethod(@Nullable AnalysisConfigInput.MultipleComparisonCorrectionMethodEnum multipleComparisonCorrectionMethod)
-
multipleComparisonCorrectionScope
public AnalysisConfigInput multipleComparisonCorrectionScope(@Nullable AnalysisConfigInput.MultipleComparisonCorrectionScopeEnum multipleComparisonCorrectionScope)
-
getMultipleComparisonCorrectionScope
@Nullable public AnalysisConfigInput.MultipleComparisonCorrectionScopeEnum getMultipleComparisonCorrectionScope()
The scope of the multiple comparison correction.- Returns:
- multipleComparisonCorrectionScope
-
setMultipleComparisonCorrectionScope
public void setMultipleComparisonCorrectionScope(@Nullable AnalysisConfigInput.MultipleComparisonCorrectionScopeEnum multipleComparisonCorrectionScope)
-
sequentialTestingEnabled
public AnalysisConfigInput 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 AnalysisConfigInput 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 AnalysisConfigInput 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 AnalysisConfigInput
-
fromJson
public static AnalysisConfigInput fromJson(java.lang.String jsonString) throws java.io.IOException
Create an instance of AnalysisConfigInput given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AnalysisConfigInput
- Throws:
java.io.IOException- if the JSON string is invalid with respect to AnalysisConfigInput
-
toJson
public java.lang.String toJson()
Convert an instance of AnalysisConfigInput to an JSON string- Returns:
- JSON string
-
-