Class WorkbookFunctionsHypGeom_DistParameterSet

java.lang.Object
com.microsoft.graph.models.WorkbookFunctionsHypGeom_DistParameterSet

public class WorkbookFunctionsHypGeom_DistParameterSet extends Object
The class for the Workbook Functions Hyp Geom_Dist Parameter Set.
  • Field Details

    • sampleS

      @SerializedName(value="sampleS", alternate="SampleS") @Expose @Nullable public com.google.gson.JsonElement sampleS
      The sample S.
    • numberSample

      @SerializedName(value="numberSample", alternate="NumberSample") @Expose @Nullable public com.google.gson.JsonElement numberSample
      The number Sample.
    • populationS

      @SerializedName(value="populationS", alternate="PopulationS") @Expose @Nullable public com.google.gson.JsonElement populationS
      The population S.
    • numberPop

      @SerializedName(value="numberPop", alternate="NumberPop") @Expose @Nullable public com.google.gson.JsonElement numberPop
      The number Pop.
    • cumulative

      @SerializedName(value="cumulative", alternate="Cumulative") @Expose @Nullable public com.google.gson.JsonElement cumulative
      The cumulative.
  • Constructor Details

    • WorkbookFunctionsHypGeom_DistParameterSet

      public WorkbookFunctionsHypGeom_DistParameterSet()
      Instiaciates a new WorkbookFunctionsHypGeom_DistParameterSet
    • WorkbookFunctionsHypGeom_DistParameterSet

      protected WorkbookFunctionsHypGeom_DistParameterSet(@Nonnull WorkbookFunctionsHypGeom_DistParameterSet.WorkbookFunctionsHypGeom_DistParameterSetBuilder builder)
      Instiaciates a new WorkbookFunctionsHypGeom_DistParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details