public static final class WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.JsonElement |
cumulative
The cumulative parameter value
|
protected com.google.gson.JsonElement |
mean
The mean parameter value
|
protected com.google.gson.JsonElement |
standardDev
The standardDev parameter value
|
protected com.google.gson.JsonElement |
x
The x parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookFunctionsLogNorm_DistParameterSetBuilder()
Instanciates a new WorkbookFunctionsLogNorm_DistParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsLogNorm_DistParameterSet |
build()
Buils the resulting body object to be passed to the request
|
WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder |
withCumulative(com.google.gson.JsonElement val)
Sets the Cumulative
|
WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder |
withMean(com.google.gson.JsonElement val)
Sets the Mean
|
WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder |
withStandardDev(com.google.gson.JsonElement val)
Sets the StandardDev
|
WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder |
withX(com.google.gson.JsonElement val)
Sets the X
|
@Nullable protected com.google.gson.JsonElement x
@Nullable protected com.google.gson.JsonElement mean
@Nullable protected com.google.gson.JsonElement standardDev
@Nullable protected com.google.gson.JsonElement cumulative
@Nullable protected WorkbookFunctionsLogNorm_DistParameterSetBuilder()
@Nonnull public WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder withX(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder withMean(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder withStandardDev(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsLogNorm_DistParameterSet.WorkbookFunctionsLogNorm_DistParameterSetBuilder withCumulative(@Nullable com.google.gson.JsonElement val)
val - the value to set it to@Nonnull public WorkbookFunctionsLogNorm_DistParameterSet build()