Class WorkbookFunctionsPoisson_DistParameterSet

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

public class WorkbookFunctionsPoisson_DistParameterSet extends Object
The class for the Workbook Functions Poisson_Dist Parameter Set.
  • Field Details

    • x

      @SerializedName(value="x", alternate="X") @Expose @Nullable public com.google.gson.JsonElement x
      The x.
    • mean

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

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

    • WorkbookFunctionsPoisson_DistParameterSet

      public WorkbookFunctionsPoisson_DistParameterSet()
      Instiaciates a new WorkbookFunctionsPoisson_DistParameterSet
    • WorkbookFunctionsPoisson_DistParameterSet

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