public class EndpointSource extends Source
additionalProperties, guid, qualifiedName| Constructor and Description |
|---|
EndpointSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorProviderName()
Return the name of the connector provider.
|
String |
getEncryptionMethod() |
String |
getNetworkAddress()
Return the address of the connection
|
String |
getProtocol()
Return the protocol of the connection
|
String |
getUser() |
void |
setConnectorProviderName(String connectorProviderName)
Set up the name of the connector provider.
|
void |
setEncryptionMethod(String encryptionMethod) |
void |
setNetworkAddress(String networkAddress)
set up the address of the connection
|
void |
setProtocol(String protocol)
set up the protocol of the connection
|
void |
setUser(String user) |
String |
toString() |
getAdditionalProperties, getGuid, getQualifiedName, setAdditionalProperties, setGuid, setQualifiedNamepublic String getProtocol()
public void setProtocol(String protocol)
protocol - - protocol of the connectionpublic String getNetworkAddress()
public void setNetworkAddress(String networkAddress)
networkAddress - - address of the connectionpublic String getConnectorProviderName()
public void setConnectorProviderName(String connectorProviderName)
connectorProviderName - string namepublic String getUser()
public void setUser(String user)
public String getEncryptionMethod()
public void setEncryptionMethod(String encryptionMethod)
Copyright © 2018–2019 ODPi. All rights reserved.