Class SavedSearchesListResultInner
java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.SavedSearchesListResultInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<SavedSearchesListResultInner>
public final class SavedSearchesListResultInner
extends Object
implements com.azure.json.JsonSerializable<SavedSearchesListResultInner>
The saved search list operation response.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SavedSearchesListResultInnerfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SavedSearchesListResultInner from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) value()Get the value property: The array of result values.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
value
Get the value property: The array of result values.- Returns:
- the value value.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<SavedSearchesListResultInner>- Throws:
IOException
-
fromJson
public static SavedSearchesListResultInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SavedSearchesListResultInner from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of SavedSearchesListResultInner 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 SavedSearchesListResultInner.
-