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