Class PortImplementationRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.dataengine.rest.PortImplementationRequestBody
-
- All Implemented Interfaces:
Serializable
public class PortImplementationRequestBody extends DataEngineOMASAPIRequestBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortImplementationRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)PortImplementationgetPortImplementation()Returns the port implementationStringgetProcessQualifiedName()Returns the process qualified nameinthashCode()voidsetPortImplementation(PortImplementation portImplementation)Sets up the port implementationvoidsetProcessQualifiedName(String processQualifiedName)Sets up the process qualified nameStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
Method Detail
-
getProcessQualifiedName
public String getProcessQualifiedName()
Returns the process qualified name- Returns:
- the process qualified name
-
getPortImplementation
public PortImplementation getPortImplementation()
Returns the port implementation- Returns:
- the port implementation
-
setProcessQualifiedName
public void setProcessQualifiedName(String processQualifiedName)
Sets up the process qualified name- Parameters:
processQualifiedName- the process qualified name
-
setPortImplementation
public void setPortImplementation(PortImplementation portImplementation)
Sets up the port implementation- Parameters:
portImplementation- the port implementation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataEngineOMASAPIRequestBody
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
public String toString()
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-
-