Package com.ibm.cloud.cloudant.v1.model
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
DbEvent.Type
A database event.
-
Constructor Summary
Constructors Constructor Description DbEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccount()
Gets the account.String
getDbName()
Gets the dbName.String
getSeq()
Gets the seq.String
getType()
Gets the type.
-
-
-
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
-
-