Class DeleteCdc
java.lang.Object
com.dtsx.astra.sdk.streaming.domain.DeleteCdc
- Direct Known Subclasses:
CreateCdc
Delete a tenant.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets databaseIdGets keyspacegetOrgId()Gets orgIdGets tableNamevoidsetDatabaseId(String databaseId) Set value for databaseIdvoidsetKeyspace(String keyspace) Set value for keyspacevoidSet value for orgIdvoidsetTableName(String tableName) Set value for tableName
-
Constructor Details
-
DeleteCdc
public DeleteCdc()Default. -
DeleteCdc
Full Constructor.- Parameters:
orgId- organization identifierdatabaseId- database identifierkeyspace- keyspace nametableName- table name
-
-
Method Details
-
getDatabaseId
Gets databaseId- Returns:
- value of databaseId
-
getKeyspace
Gets keyspace- Returns:
- value of keyspace
-
getOrgId
Gets orgId- Returns:
- value of orgId
-
getTableName
Gets tableName- Returns:
- value of tableName
-
setOrgId
Set value for orgId- Parameters:
orgId- new value for orgId
-
setDatabaseId
Set value for databaseId- Parameters:
databaseId- new value for databaseId
-
setKeyspace
Set value for keyspace- Parameters:
keyspace- new value for keyspace
-
setTableName
Set value for tableName- Parameters:
tableName- new value for tableName
-