public class TransfertConfiguration extends Object
| Constructor and Description |
|---|
TransfertConfiguration(String host,
String user,
String password,
String localFilePath,
String remoteFilePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHost() |
String |
getLocalFilePath() |
String |
getPassword() |
String |
getRemoteFilePath() |
String |
getUser() |
int |
hashCode() |
void |
setHost(String host) |
void |
setLocalFilePath(String localFilePath) |
void |
setPassword(String password) |
void |
setRemoteFilePath(String remoteFilePath) |
void |
setUser(String user) |
String |
toString() |
public String getHost()
public void setHost(String host)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public String getLocalFilePath()
public void setLocalFilePath(String localFilePath)
public String getRemoteFilePath()
public void setRemoteFilePath(String remoteFilePath)
remoteFilePath - Copyright © 2016–2017. All rights reserved.