Class ExperimentUpdateProperties

java.lang.Object
com.azure.resourcemanager.frontdoor.fluent.models.ExperimentUpdateProperties

public final class ExperimentUpdateProperties extends Object
Defines the properties of an experiment.
  • Constructor Details

    • ExperimentUpdateProperties

      public ExperimentUpdateProperties()
      Creates an instance of ExperimentUpdateProperties class.
  • Method Details

    • description

      public String description()
      Get the description property: The description of the intent or details of the Experiment.
      Returns:
      the description value.
    • withDescription

      public ExperimentUpdateProperties withDescription(String description)
      Set the description property: The description of the intent or details of the Experiment.
      Parameters:
      description - the description value to set.
      Returns:
      the ExperimentUpdateProperties object itself.
    • enabledState

      public State enabledState()
      Get the enabledState property: The state of the Experiment.
      Returns:
      the enabledState value.
    • withEnabledState

      public ExperimentUpdateProperties withEnabledState(State enabledState)
      Set the enabledState property: The state of the Experiment.
      Parameters:
      enabledState - the enabledState value to set.
      Returns:
      the ExperimentUpdateProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.