Package com.clinia.model.datacatalog
Class V1SFTPProtocol
java.lang.Object
com.clinia.model.datacatalog.V1SFTPProtocol
- All Implemented Interfaces:
V1FileProtocol
V1SFTPProtocol
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.clinia.model.datacatalog.V1FileProtocol
V1FileProtocol.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHost()The host of server.The password of server.getPath()The path of file.getPort()The port of server.getType()Get typeThe username of server.inthashCode()setPassword(String password) setUsername(String username) toString()
-
Constructor Details
-
V1SFTPProtocol
public V1SFTPProtocol()
-
-
Method Details
-
setType
-
getType
Get type -
setHost
-
getHost
The host of server. -
setPort
-
getPort
The port of server. -
setUsername
-
getUsername
The username of server. -
setPassword
-
getPassword
The password of server. -
setPath
-
getPath
The path of file. -
equals
-
hashCode
public int hashCode() -
toString
-