Class ExpressionTraces

java.lang.Object
com.azure.resourcemanager.appservice.models.ExpressionTraces

public final class ExpressionTraces extends Object
The expression traces.
  • Constructor Details

    • ExpressionTraces

      public ExpressionTraces()
  • Method Details

    • value

      public Object value()
      Get the value property: Anything.
      Returns:
      the value value.
    • withValue

      public ExpressionTraces withValue(Object value)
      Set the value property: Anything.
      Parameters:
      value - the value value to set.
      Returns:
      the ExpressionTraces object itself.
    • inputs

      public List<ExpressionRoot> inputs()
      Get the inputs property: The inputs property.
      Returns:
      the inputs value.
    • withInputs

      public ExpressionTraces withInputs(List<ExpressionRoot> inputs)
      Set the inputs property: The inputs property.
      Parameters:
      inputs - the inputs value to set.
      Returns:
      the ExpressionTraces object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of recommendations.
      Returns:
      the nextLink value.
    • withNextLink

      public ExpressionTraces withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of recommendations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ExpressionTraces object itself.
    • validate

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