Class DbEvent

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DbEvent
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for a database change event.
    • Constructor Detail

      • DbEvent

        public DbEvent()
    • Method Detail

      • getAccount

        public String getAccount()
        Gets the account. Account name.
        Returns:
        the account
      • getDbName

        public String getDbName()
        Gets the dbName. Database name.
        Returns:
        the dbName
      • getSeq

        public String getSeq()
        Gets the seq. Sequence number.
        Returns:
        the seq
      • getType

        public String getType()
        Gets the type. A database event.
        Returns:
        the type