Class DbEvent

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    A database event.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the dbName.
    Gets the seq.
    Gets the type.

    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 Details

    • 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