public class ConnectionDetails extends Object
| Constructor and Description |
|---|
ConnectionDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionQualifiedName()
Return the qualified name of the connection
|
String |
getConnectorProviderName()
Return the connector provider name of the connection
|
String |
getConnectorProviderQualifiedName()
Return the connector provider qualified name for the connection
|
String |
getEndpointQualifiedName()
Return the qualified name of the endpoint
|
String |
getGaianNodeName()
Return the gaian node name of the connection
|
String |
getNetworkAddress()
Return the address of the connection
|
String |
getProtocol()
Return the protocol of the connection
|
String |
getUrl()
Return the url of the connection
|
void |
setConnectionQualifiedName(String connectionQualifiedName)
set up the connection qualified name
|
void |
setConnectorProviderName(String connectorProviderName)
set up the connector provider name of the connection
|
void |
setConnectorProviderQualifiedName(String connectorProviderQualifiedName)
set up the connector provider qualified name of the connection
|
void |
setEndpointQualifiedName(String endpointQualifiedName)
set up the endpoint qualified name
|
void |
setGaianNodeName(String gaianNodeName)
set up the gaian node name of the connection
|
void |
setNetworkAddress(String networkAddress)
set up the address of the connection
|
void |
setProtocol(String protocol)
set up the protocol of the connection
|
void |
setUrl(String url)
set up the url of the connection
|
String |
toString() |
public String getUrl()
public void setUrl(String url)
url - - url of the connectionpublic String getNetworkAddress()
public void setNetworkAddress(String networkAddress)
networkAddress - - address of the connectionpublic String getProtocol()
public void setProtocol(String protocol)
protocol - - protocol of the connectionpublic String getConnectorProviderName()
public void setConnectorProviderName(String connectorProviderName)
connectorProviderName - - connector provider name of the connectionpublic String getGaianNodeName()
public void setGaianNodeName(String gaianNodeName)
gaianNodeName - - gaian node name of the connectionpublic String getConnectorProviderQualifiedName()
public void setConnectorProviderQualifiedName(String connectorProviderQualifiedName)
connectorProviderQualifiedName - - qualified name of the connector providerpublic String getConnectionQualifiedName()
public void setConnectionQualifiedName(String connectionQualifiedName)
connectionQualifiedName - - qualified name of the connectionpublic String getEndpointQualifiedName()
public void setEndpointQualifiedName(String endpointQualifiedName)
endpointQualifiedName - - qualified name of the endpointCopyright © 2017–2018 ODPi. All rights reserved.