public class WorkbookFunctionsHypGeom_DistBody
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.google.gson.JsonElement |
cumulative
The cumulative.
|
com.google.gson.JsonElement |
numberPop
The number Pop.
|
com.google.gson.JsonElement |
numberSample
The number Sample.
|
com.google.gson.JsonElement |
populationS
The population S.
|
com.google.gson.JsonElement |
sampleS
The sample S.
|
| Constructor and Description |
|---|
WorkbookFunctionsHypGeom_DistBody() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="sampleS",
alternate="SampleS")
@Expose
public com.google.gson.JsonElement sampleS
@SerializedName(value="numberSample",
alternate="NumberSample")
@Expose
public com.google.gson.JsonElement numberSample
@SerializedName(value="populationS",
alternate="PopulationS")
@Expose
public com.google.gson.JsonElement populationS
@SerializedName(value="numberPop",
alternate="NumberPop")
@Expose
public com.google.gson.JsonElement numberPop
@SerializedName(value="cumulative",
alternate="Cumulative")
@Expose
public com.google.gson.JsonElement cumulative
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
serializer - the serializerjson - the JSON object to set this object to