Class DatabaseRegistrationDatabasePropertiesItems
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseRegistrationDatabasePropertiesItems
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseRegistrationDatabasePropertiesItems extends com.ibm.cloud.sdk.core.service.model.GenericModel
Key value object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
Gets the key.java.lang.String
getValue()
Gets the value.java.lang.Boolean
isEncrypt()
Gets the encrypt.
-
-
-
Method Detail
-
isEncrypt
public java.lang.Boolean isEncrypt()
Gets the encrypt. Wether the value is to be encrypted before storing.- Returns:
- the encrypt
-
getKey
public java.lang.String getKey()
Gets the key. Key of the database property.- Returns:
- the key
-
getValue
public java.lang.String getValue()
Gets the value. Value of the database property.- Returns:
- the value
-
-