Class DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems extends com.ibm.cloud.sdk.core.service.model.GenericModelKey value object. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanencrypt()Gets the encrypt.java.lang.Stringkey()Gets the key.DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems.BuildernewBuilder()New builder.java.lang.Stringvalue()Gets the value. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems.Builder newBuilder()
New builder.- Returns:
 - a DatabaseRegistrationPatchDatabaseDetailsDatabasePropertiesItems builder
 
 
- 
encrypt
public java.lang.Boolean encrypt()
Gets the encrypt. Indicates if the value must be encrypted before storing.- Returns:
 - the encrypt
 
 
- 
key
public java.lang.String key()
Gets the key. Key of the database property.- Returns:
 - the key
 
 
- 
value
public java.lang.String value()
Gets the value. Value of the database property.- Returns:
 - the value
 
 
 - 
 
 -