public abstract class Source extends Object
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
buildQualifiedName() |
Map<String,String> |
getAdditionalProperties() |
String |
getConnectorProviderName() |
String |
getEncryptionMethod() |
String |
getGuid() |
String |
getNetworkAddress()
Return the address of the connection
|
String |
getProtocol()
Return the protocol of the connection
|
String |
getQualifiedName() |
String |
getUser() |
void |
setAdditionalProperties(Map<String,String> additionalProperties) |
void |
setConnectorProviderName(String connectorProviderName) |
void |
setEncryptionMethod(String encryptionMethod) |
void |
setGuid(String guid) |
void |
setNetworkAddress(String networkAddress)
set up the address of the connection
|
void |
setProtocol(String protocol)
set up the protocol of the connection
|
void |
setQualifiedName(String qualifiedName) |
void |
setUser(String user) |
String |
toString() |
public 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)
public void setAdditionalProperties(Map<String,String> additionalProperties)
public String getUser()
public void setUser(String user)
public String getEncryptionMethod()
public void setEncryptionMethod(String encryptionMethod)
public String getQualifiedName()
public void setQualifiedName(String qualifiedName)
public String getGuid()
public void setGuid(String guid)
public abstract String buildQualifiedName()
Copyright © 2018–2019 ODPi. All rights reserved.