public class FileTransferConnection extends Object implements Serializable
FileTransferServiceInterface,
Serialized Form| Constructor and Description |
|---|
FileTransferConnection(FileTransferProtocol protocol,
String serverName,
String userName,
String password,
Object userId,
Object projectId,
String homePath)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHomePath() |
String |
getPassword()
Consulta a senha
|
Object |
getProjectId()
Consulta o id do projeto do usuário
|
FileTransferProtocol |
getProtocol()
Consulta o tipo da conexão
|
String |
getServerName()
Consulta o nome/endereço do servidor
|
Object |
getUserId()
Consulta o id do usuário
|
String |
getUserName()
Consulta o nome de usuário no servidor
|
String |
toString() |
public FileTransferConnection(FileTransferProtocol protocol, String serverName, String userName, String password, Object userId, Object projectId, String homePath)
protocol - tipo da conexão.serverName - nome do servidor remotouserId - id do usuário CSBASEpassword - senha do usuário remotoprojectId - projeto CSBASEuserName - nome do usuário remotohomePath - path para o homepublic final String getPassword()
public final Object getProjectId()
public final FileTransferProtocol getProtocol()
public final String getServerName()
public final Object getUserId()
public final String getUserName()
public final String getHomePath()
Copyright © 2021. All rights reserved.