QueryResultsInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. QueryResultsInner
- com.
Implements
public final class QueryResultsInner
implements JsonSerializable<QueryResultsInner>
Query result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Query |
fromJson(JsonReader jsonReader)
Reads an instance of Query |
| Long |
matchingRecordsCount()
Get the matching |
|
List<Single |
signatures()
Get the signatures property: Array containing the results of the query. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static QueryResultsInner fromJson(JsonReader jsonReader)
Reads an instance of QueryResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
matchingRecordsCount
public Long matchingRecordsCount()
Get the matchingRecordsCount property: Number of total records matching the query.
Returns:
signatures
public List<SingleQueryResult> signatures()
Get the signatures property: Array containing the results of the query.
Returns:
toJson
validate
public void validate()
Validates the instance.