QueryResultsInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. QueryResultsInner
- com.
Implements
public final class QueryResultsInner
implements JsonSerializable<QueryResultsInner>
Query result.
Constructor Summary
Constructor | Description |
---|---|
QueryResultsInner() |
Creates an instance of Query |
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. |
Query |
withMatchingRecordsCount(Long matchingRecordsCount)
Set the matching |
Query |
withSignatures(List<SingleQueryResult> signatures)
Set the signatures property: Array containing the results of the query. |
Methods inherited from java.lang.Object
Constructor Details
QueryResultsInner
public QueryResultsInner()
Creates an instance of QueryResultsInner class.
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
Get the signatures property: Array containing the results of the query.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMatchingRecordsCount
public QueryResultsInner withMatchingRecordsCount(Long matchingRecordsCount)
Set the matchingRecordsCount property: Number of total records matching the query.
Parameters:
Returns:
withSignatures
public QueryResultsInner withSignatures(List
Set the signatures property: Array containing the results of the query.
Parameters:
Returns:
Applies to
Azure SDK for Java