Class SchemaTypeEvent
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
org.odpi.openmetadata.accessservices.dataengine.event.SchemaTypeEvent
- All Implemented Interfaces:
Serializable
The Schema type event of Data Engine OMAS.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the port qualified nameReturns the schema typeinthashCode()voidsetPortQualifiedName(String portQualifiedName) Sets up the port qualified namevoidsetSchemaType(SchemaType schemaType) Sets up the schema typetoString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
Constructor Details
-
SchemaTypeEvent
public SchemaTypeEvent()
-
-
Method Details
-
getPortQualifiedName
Returns the port qualified name- Returns:
- the port qualified name
-
getSchemaType
Returns the schema type- Returns:
- the schema type
-
setPortQualifiedName
Sets up the port qualified name- Parameters:
portQualifiedName- the port qualified name
-
setSchemaType
Sets up the schema type- Parameters:
schemaType- the schema type
-
equals
- Overrides:
equalsin classDataEngineEventHeader
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineEventHeader
-
toString
- Overrides:
toStringin classDataEngineEventHeader
-