Class PortImplementationRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.PortImplementationRequestBody
- All Implemented Interfaces:
Serializable
- 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.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
Constructor Details
-
PortImplementationRequestBody
public PortImplementationRequestBody()
-
-
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 classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-