public class RelationalTableEvent extends DataEngineEventHeader
| Constructor and Description |
|---|
RelationalTableEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDatabaseQualifiedName()
Return the database qualified name
|
RelationalTable |
getRelationalTable()
Return the relational table bean
|
int |
hashCode() |
void |
setDatabaseQualifiedName(String databaseQualifiedName)
Set up the qualified name of the database
|
void |
setRelationalTable(RelationalTable relationalTable)
Set up the relational table bean
|
String |
toString() |
getEventType, getEventVersionId, getExternalSourceName, getUserId, setEventType, setEventVersionId, setExternalSourceName, setUserIdpublic RelationalTable getRelationalTable()
public String getDatabaseQualifiedName()
public void setRelationalTable(RelationalTable relationalTable)
relationalTable - the relational tablepublic void setDatabaseQualifiedName(String databaseQualifiedName)
databaseQualifiedName - of the databasepublic boolean equals(Object o)
equals in class DataEngineEventHeaderprotected boolean canEqual(Object other)
canEqual in class DataEngineEventHeaderpublic int hashCode()
hashCode in class DataEngineEventHeaderpublic String toString()
toString in class DataEngineEventHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.