Class WorkbookFunctionsLogNorm_DistParameterSet

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

public class WorkbookFunctionsLogNorm_DistParameterSet extends Object
The class for the Workbook Functions Log Norm_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.
    • standardDev

      @SerializedName(value="standardDev", alternate="StandardDev") @Expose @Nullable public com.google.gson.JsonElement standardDev
      The standard Dev.
    • cumulative

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

    • WorkbookFunctionsLogNorm_DistParameterSet

      public WorkbookFunctionsLogNorm_DistParameterSet()
      Instiaciates a new WorkbookFunctionsLogNorm_DistParameterSet
    • WorkbookFunctionsLogNorm_DistParameterSet

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