public static final class WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
degFreedom
The degFreedom parameter value
|
protected com.google.gson.JsonElement |
probability
The probability parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder()
Instanciates a new WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsChiSq_Inv_RTParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder |
withDegFreedom(com.google.gson.JsonElement val)
Sets the DegFreedom
|
WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder |
withProbability(com.google.gson.JsonElement val)
Sets the Probability
|
@Nullable protected com.google.gson.JsonElement probability
@Nullable protected com.google.gson.JsonElement degFreedom
@Nullable protected WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder()
@Nonnull public WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder withProbability(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsChiSq_Inv_RTParameterSet.WorkbookFunctionsChiSq_Inv_RTParameterSetBuilder withDegFreedom(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsChiSq_Inv_RTParameterSet build()