@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class SearchResultCollection extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The list of search result items matching the criteria returned from the search operation. Search
errors and messages, if any , will be part of the standard error response.
Note: Objects should always be created or deserialized using the SearchResultCollection.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the SearchResultCollection.Builder
, which maintain a
set of all explicitly set fields called SearchResultCollection.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
SearchResultCollection.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
SearchResultCollection(Integer count,
List<SearchResult> items,
String query,
List<FacetedSearchAggregation> facetedSearchAggregation,
List<String> sortableFields)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SearchResultCollection.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Integer |
getCount()
Total number of items returned.
|
List<FacetedSearchAggregation> |
getFacetedSearchAggregation()
Aggregations/facets on properties of data objects.
|
List<SearchResult> |
getItems()
Search result set.
|
String |
getQuery()
String that data objects are to be searched with.
|
List<String> |
getSortableFields()
A list of fields or properties used in the sorting of a search result.
|
int |
hashCode() |
SearchResultCollection.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"count","items","query","facetedSearchAggregation","sortableFields"}) public SearchResultCollection(Integer count, List<SearchResult> items, String query, List<FacetedSearchAggregation> facetedSearchAggregation, List<String> sortableFields)
public static SearchResultCollection.Builder builder()
Create a new builder.
public SearchResultCollection.Builder toBuilder()
public Integer getCount()
Total number of items returned.
public List<SearchResult> getItems()
Search result set.
public String getQuery()
String that data objects are to be searched with.
public List<FacetedSearchAggregation> getFacetedSearchAggregation()
Aggregations/facets on properties of data objects.
public List<String> getSortableFields()
A list of fields or properties used in the sorting of a search result.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.