public class NewDeployedDatabaseSchemaEvent extends DataPlatformEventHeader
| Constructor and Description |
|---|
NewDeployedDatabaseSchemaEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DataPlatform |
getDataPlatform()
Gets data platform.
|
DeployedDatabaseSchema |
getDeployedDatabaseSchema()
Gets deployed database schema.
|
int |
hashCode() |
void |
setDataPlatform(DataPlatform dataPlatform)
Sets data platform.
|
void |
setDeployedDatabaseSchema(DeployedDatabaseSchema deployedDatabaseSchema)
Sets deployed database schema.
|
String |
toString() |
getEventType, getEventVersionId, getExternalSourceName, setEventType, setEventVersionId, setExternalSourceNamepublic DeployedDatabaseSchema getDeployedDatabaseSchema()
public void setDeployedDatabaseSchema(DeployedDatabaseSchema deployedDatabaseSchema)
deployedDatabaseSchema - the deployed database schemapublic DataPlatform getDataPlatform()
public void setDataPlatform(DataPlatform dataPlatform)
dataPlatform - the data platformpublic String toString()
toString in class DataPlatformEventHeaderCopyright © 2018–2020 ODPi. All rights reserved.