Class CatalogSearchResult
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.CatalogSearchResult
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CatalogSearchResult extends com.ibm.cloud.sdk.core.service.model.GenericModelPaginated catalog search result.
-
-
Constructor Summary
Constructors Constructor Description CatalogSearchResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Catalog>getResources()Gets the resources.java.lang.LonggetTotalCount()Gets the totalCount.
-
-
-
Method Detail
-
getTotalCount
public java.lang.Long getTotalCount()
Gets the totalCount. The overall total number of resources in the search result set.- Returns:
- the totalCount
-
getResources
public java.util.List<Catalog> getResources()
Gets the resources. Resulting objects.- Returns:
- the resources
-
-