Class PricingSearchResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.PricingSearchResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PricingSearchResult extends com.ibm.cloud.sdk.core.service.model.GenericModel
A paginated result containing pricing entries.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getCount()
Gets the count.java.lang.String
getFirst()
Gets the first.java.lang.String
getLast()
Gets the last.java.lang.Long
getLimit()
Gets the limit.java.lang.String
getNext()
Gets the next.java.lang.Long
getOffset()
Gets the offset.java.lang.String
getPrev()
Gets the prev.java.lang.Long
getResourceCount()
Gets the resourceCount.java.util.List<PricingGet>
getResources()
Gets the resources.
-
-
-
Method Detail
-
getOffset
public java.lang.Long getOffset()
Gets the offset. The offset (origin 0) of the first resource in this page of search results.- Returns:
- the offset
-
getLimit
public java.lang.Long getLimit()
Gets the limit. The maximum number of resources returned in each page of search results.- Returns:
- the limit
-
getCount
public java.lang.Long getCount()
Gets the count. The overall total number of resources in the search result set.- Returns:
- the count
-
getResourceCount
public java.lang.Long getResourceCount()
Gets the resourceCount. The number of resources returned in this page of search results.- Returns:
- the resourceCount
-
getFirst
public java.lang.String getFirst()
Gets the first. A URL for retrieving the first page of search results.- Returns:
- the first
-
getLast
public java.lang.String getLast()
Gets the last. A URL for retrieving the last page of search results.- Returns:
- the last
-
getPrev
public java.lang.String getPrev()
Gets the prev. A URL for retrieving the previous page of search results.- Returns:
- the prev
-
getNext
public java.lang.String getNext()
Gets the next. A URL for retrieving the next page of search results.- Returns:
- the next
-
getResources
public java.util.List<PricingGet> getResources()
Gets the resources. The resources (prices) contained in this page of search results.- Returns:
- the resources
-
-