public class SearchResultResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
SearchResultResponse() |
Modifier and Type | Method and Description |
---|---|
PageLink |
getFirst()
Gets the first.
|
PageLink |
getLast()
Gets the last.
|
Long |
getLimit()
Gets the limit.
|
PageLink |
getNext()
Gets the next.
|
Long |
getOffset()
Gets the offset.
|
PageLink |
getPrevious()
Gets the previous.
|
List<ElementWithAttributes> |
getResults()
Gets the results.
|
GraphStatistics |
getStats()
Gets the stats.
|
Long |
getTotalCount()
Gets the totalCount.
|
Boolean |
isIsExactCount()
Gets the isExactCount.
|
public PageLink getFirst()
public PageLink getLast()
public PageLink getPrevious()
public PageLink getNext()
public Long getOffset()
public Long getLimit()
public Long getTotalCount()
public Boolean isIsExactCount()
public List<ElementWithAttributes> getResults()
public GraphStatistics getStats()
Copyright © 2021 IBM Cloud. All rights reserved.