Class PortImplementationEvent
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
org.odpi.openmetadata.accessservices.dataengine.event.PortImplementationEvent
- All Implemented Interfaces:
Serializable
The port implementation event of Data Engine OMAS.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the port implementationReturns the process qualified nameinthashCode()voidsetPortImplementation(PortImplementation portImplementation) Sets up the port implementationvoidsetProcessQualifiedName(String processQualifiedName) Sets up the process qualified nametoString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
Constructor Details
-
PortImplementationEvent
public PortImplementationEvent()
-
-
Method Details
-
getProcessQualifiedName
Returns the process qualified name- Returns:
- the process qualified name
-
getPortImplementation
Returns the port implementation- Returns:
- the port implementation
-
setProcessQualifiedName
Sets up the process qualified name- Parameters:
processQualifiedName- the process qualified name
-
setPortImplementation
Sets up the port implementation- Parameters:
portImplementation- the port implementation
-
equals
- Overrides:
equalsin classDataEngineEventHeader
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineEventHeader
-
toString
- Overrides:
toStringin classDataEngineEventHeader
-