Class FtpSessionFactoryProperties

java.lang.Object
org.springframework.cloud.fn.common.ftp.FtpSessionFactoryProperties

@ConfigurationProperties("ftp.factory") @Validated public class FtpSessionFactoryProperties extends Object
  • Constructor Details

    • FtpSessionFactoryProperties

      public FtpSessionFactoryProperties()
  • Method Details

    • getPort

      @Range(min=0L, max=65535L) public @org.hibernate.validator.constraints.Range(min=0L, max=65535L) int getPort()
    • setPort

      public void setPort(int port)
    • getClientMode

      @NotNull public @NotNull FtpSessionFactoryProperties.ClientMode getClientMode()
    • setClientMode

      public void setClientMode(FtpSessionFactoryProperties.ClientMode clientMode)
    • getHost

      @NotBlank public @NotBlank String getHost()
    • setHost

      public void setHost(String host)
    • getUsername

      @NotBlank public @NotBlank String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getCacheSessions

      public Boolean getCacheSessions()
    • setCacheSessions

      public void setCacheSessions(Boolean cacheSessions)