public class SchemaTypeEvent extends DataEngineEventHeader
| Constructor and Description |
|---|
SchemaTypeEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getPortQualifiedName()
Returns the port qualified name
|
SchemaType |
getSchemaType()
Returns the schema type
|
int |
hashCode() |
void |
setPortQualifiedName(String portQualifiedName)
Sets up the port qualified name
|
void |
setSchemaType(SchemaType schemaType)
Sets up the schema type
|
String |
toString() |
getEventType, getEventVersionId, getExternalSourceName, getUserId, setEventType, setEventVersionId, setExternalSourceName, setUserIdpublic String getPortQualifiedName()
public SchemaType getSchemaType()
public void setPortQualifiedName(String portQualifiedName)
portQualifiedName - the port qualified namepublic void setSchemaType(SchemaType schemaType)
schemaType - the schema typepublic 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.