Class EmbeddedConnectionRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.rest.EmbeddedConnectionRequestBody
- All Implemented Interfaces:
Serializable
The EmbeddedConnectionRequestBody is used within a VirtualConnection to link to the embedded connections.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the arguments for the embedded connection.Return the printable name of the embedded connection.Return the unique identifier of the software server capability entity that represented the external source - null for local.Return the unique name of the software server capability entity that represented the external source.int
Return the position that this connector is in the list of embedded connectors.int
hashCode()
Create a hash code for this element type.void
setArguments
(Map<String, Object> arguments) Set up the arguments for the embedded connection.void
setDisplayName
(String displayName) Set up the printable name of the embedded connection.void
setExternalSourceGUID
(String externalSourceGUID) Set up the unique identifier of the software server capability entity that represented the external source - null for local.void
setExternalSourceName
(String externalSourceName) Set up the unique name of the software server capability entity that represented the external source.void
setPosition
(int position) Set up the position that this connector is in the list of embedded connectors.toString()
Standard toString method.
-
Field Details
-
position
protected int position -
displayName
-
arguments
-
-
Constructor Details
-
EmbeddedConnectionRequestBody
public EmbeddedConnectionRequestBody()Default constructor -
EmbeddedConnectionRequestBody
Copy/clone constructor.- Parameters:
template
- element to copy
-
-
Method Details
-
getPosition
public int getPosition()Return the position that this connector is in the list of embedded connectors.- Returns:
- int
-
setPosition
public void setPosition(int position) Set up the position that this connector is in the list of embedded connectors.- Parameters:
position
- int
-
getDisplayName
Return the printable name of the embedded connection.- Returns:
- String name
-
setDisplayName
Set up the printable name of the embedded connection.- Parameters:
displayName
- String name
-
getArguments
Return the arguments for the embedded connection.- Returns:
- property map
-
setArguments
Set up the arguments for the embedded connection.- Parameters:
arguments
- property map
-
getExternalSourceGUID
Return the unique identifier of the software server capability entity that represented the external source - null for local.- Returns:
- string guid
-
setExternalSourceGUID
Set up the unique identifier of the software server capability entity that represented the external source - null for local.- Parameters:
externalSourceGUID
- string guid
-
getExternalSourceName
Return the unique name of the software server capability entity that represented the external source.- Returns:
- string name
-
setExternalSourceName
Set up the unique name of the software server capability entity that represented the external source.- Parameters:
externalSourceName
- string name
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Create a hash code for this element type.
-