Class SearchGetSchemaResponseInner

java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.SearchGetSchemaResponseInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<SearchGetSchemaResponseInner>

public final class SearchGetSchemaResponseInner extends Object implements com.azure.json.JsonSerializable<SearchGetSchemaResponseInner>
The get schema operation response.
  • Method Details

    • metadata

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

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

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

      public static SearchGetSchemaResponseInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of SearchGetSchemaResponseInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of SearchGetSchemaResponseInner 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 SearchGetSchemaResponseInner.