public static final class WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
alpha
The alpha parameter value
|
protected com.google.gson.JsonElement |
beta
The beta parameter value
|
protected com.google.gson.JsonElement |
cumulative
The cumulative parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsWeibull_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsWeibull_DistParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsWeibull_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder |
withAlpha(com.google.gson.JsonElement val)
Sets the Alpha
|
WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder |
withBeta(com.google.gson.JsonElement val)
Sets the Beta
|
WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement alpha
@Nullable protected com.google.gson.JsonElement beta
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsWeibull_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder withAlpha(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder withBeta(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWeibull_DistParameterSet.WorkbookFunctionsWeibull_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsWeibull_DistParameterSet build()