Class WorkbookFunctionsWeibull_DistParameterSet

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

public class WorkbookFunctionsWeibull_DistParameterSet extends Object
The class for the Workbook Functions Weibull_Dist Parameter Set.
  • Field Details

    • x

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

      @SerializedName(value="alpha", alternate="Alpha") @Expose @Nullable public com.google.gson.JsonElement alpha
      The alpha.
    • beta

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

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

    • WorkbookFunctionsWeibull_DistParameterSet

      public WorkbookFunctionsWeibull_DistParameterSet()
      Instiaciates a new WorkbookFunctionsWeibull_DistParameterSet
    • WorkbookFunctionsWeibull_DistParameterSet

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