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 TypeMethodDescriptionprotected boolean
boolean
Returns the port implementationReturns the process qualified nameint
hashCode()
void
setPortImplementation
(PortImplementation portImplementation) Sets up the port implementationvoid
setProcessQualifiedName
(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:
equals
in classDataEngineOMASAPIRequestBody
-
canEqual
- Overrides:
canEqual
in classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toString
in classDataEngineOMASAPIRequestBody
-