Class ExpressionTraces

java.lang.Object
com.azure.resourcemanager.appservice.models.ExpressionTraces
All Implemented Interfaces:
com.azure.json.JsonSerializable<ExpressionTraces>

public final class ExpressionTraces extends Object implements com.azure.json.JsonSerializable<ExpressionTraces>
The expression traces.
  • Constructor Details

    • ExpressionTraces

      public ExpressionTraces()
      Creates an instance of ExpressionTraces class.
  • 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.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<ExpressionTraces>
      Throws:
      IOException
    • fromJson

      public static ExpressionTraces fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of ExpressionTraces from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of ExpressionTraces if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the ExpressionTraces.