Package com.ibm.cloud.cloudant.v1.model
Class ApiKeysResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ApiKeysResult
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ApiKeysResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for api keys.
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
isOk
Gets the ok. ok.- Returns:
- the ok
-
getKey
Gets the key. The generated api key.- Returns:
- the key
-
getPassword
Gets the password. The password associated with the api key.- Returns:
- the password
-