java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.JsonSchemaInner

public final class JsonSchemaInner extends Object
The JSON schema.
  • Constructor Details

    • JsonSchemaInner

      public JsonSchemaInner()
  • Method Details

    • title

      public String title()
      Get the title property: The JSON title.
      Returns:
      the title value.
    • withTitle

      public JsonSchemaInner withTitle(String title)
      Set the title property: The JSON title.
      Parameters:
      title - the title value to set.
      Returns:
      the JsonSchemaInner object itself.
    • content

      public String content()
      Get the content property: The JSON content.
      Returns:
      the content value.
    • withContent

      public JsonSchemaInner withContent(String content)
      Set the content property: The JSON content.
      Parameters:
      content - the content value to set.
      Returns:
      the JsonSchemaInner object itself.
    • validate

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