Class 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.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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