@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class SearchResultCollection extends 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.
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
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
SearchResultCollection.Builder |
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 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 ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2022. All rights reserved.