public final class CustomWrapperInputParameterFtpRouteValue extends CustomWrapperInputParameterRouteValue
CustomWrapperInputParameter
of
FTP route type.route
Constructor and Description |
---|
CustomWrapperInputParameterFtpRouteValue(String name,
com.denodo.parser.connection.FTPRoute ftpRoute) |
Modifier and Type | Method and Description |
---|---|
String |
getLogin()
Returns the login used for authentication in the FTP server.
|
String |
getPassword()
Returns the password used for authentication in the FTP server.
|
String |
getURL()
Returns the FTP URL
|
void |
setLogin(String login)
Sets the login used for authentication in the FTP server.
|
void |
setPassword(String password)
Sets the password used for authentication in the FTP server.
|
void |
setURL(String url)
Sets the FTP URL
|
getInputStream, getRoute, getRouteType, getValue, toString
getName
public CustomWrapperInputParameterFtpRouteValue(String name, com.denodo.parser.connection.FTPRoute ftpRoute)
public String getURL()
public void setURL(String url)
url
- the FTP URLpublic String getLogin()
public void setLogin(String login)
login
- the login used for authentication in the FTP server.public String getPassword()
public void setPassword(String password)
password
- the password used for authentication in the FTP server.Copyright © 2023 Denodo Technologies. All rights reserved.