Class SearchGetSchemaResponseInner

java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.SearchGetSchemaResponseInner

public final class SearchGetSchemaResponseInner extends Object
The get schema operation response.
  • Constructor Details

    • SearchGetSchemaResponseInner

      public SearchGetSchemaResponseInner()
  • Method Details

    • metadata

      public SearchMetadata metadata()
      Get the metadata property: The metadata from search results.
      Returns:
      the metadata value.
    • withMetadata

      public SearchGetSchemaResponseInner withMetadata(SearchMetadata metadata)
      Set the metadata property: The metadata from search results.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the SearchGetSchemaResponseInner object itself.
    • value

      public List<SearchSchemaValue> value()
      Get the value property: The array of result values.
      Returns:
      the value value.
    • withValue

      Set the value property: The array of result values.
      Parameters:
      value - the value value to set.
      Returns:
      the SearchGetSchemaResponseInner object itself.
    • validate

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