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.GenericModel
The metadata that describes the resource array.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
CollectionMetadataWithTotalCount.CollectionType
The type of resources in the resource array.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCollectionTotal()
Gets the collectionTotal.String
getCollectionType()
Gets the collectionType.Long
getTotalCount()
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
-
-