Class CollectionMetadataWithTotalCount
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.CollectionMetadataWithTotalCount
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CollectionMetadataWithTotalCount extends com.ibm.cloud.sdk.core.service.model.GenericModelThe metadata that describes the resource array.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCollectionMetadataWithTotalCount.CollectionTypeThe type of resources in the resource array.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCollectionTotal()Gets the collectionTotal.StringgetCollectionType()Gets the collectionType.LonggetTotalCount()Gets the totalCount.
-
-
-
Method Detail
-
getCollectionType
public String getCollectionType()
Gets the collectionType. The type of resources in the resource array.- Returns:
- the collectionType
-
getCollectionTotal
public Long getCollectionTotal()
Gets the collectionTotal. The number of elements in the resource array.- Returns:
- the collectionTotal
-
getTotalCount
public Long getTotalCount()
Gets the totalCount. The total number of elements that match the request, disregarding limit and offset.- Returns:
- the totalCount
-
-