All Implemented Interfaces:
Changeable, Serializable

public class FtpActionConfig extends AbstractReportActionConfig
Filename: FtpActionConfig.java Created on Apr 13, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: Reporting
Since:
7.8.0
See Also:
  • Constructor Details

    • FtpActionConfig

      public FtpActionConfig()
  • Method Details

    • getDistributionTypeId

      public String getDistributionTypeId()
      Specified by:
      getDistributionTypeId in class AbstractReportActionConfig
      Returns:
      The string that uniquely identifies this config. Be sure the string is defined as public static final in AbstractReportActionConfig
    • getName

      public String getName()
      Specified by:
      getName in class AbstractReportActionConfig
      Returns:
      Name of the config
    • getServerAddress

      public String getServerAddress()
    • setServerAddress

      public void setServerAddress(String serverAddress)
    • getPort

      public String getPort()
    • setPort

      public void setPort(String port)
    • getFtpUsername

      public String getFtpUsername()
    • setFtpUsername

      public void setFtpUsername(String ftpUserName)
    • getFtpPassword

      public String getFtpPassword()
    • setFtpPassword

      public void setFtpPassword(String ftpPassword)
    • getFolderPath

      public String getFolderPath()
    • setFolderPath

      public void setFolderPath(String folderPath)
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getFormat

      public ReportFormat getFormat()
    • setFormat

      public void setFormat(ReportFormat format)
    • isUseSSL

      public boolean isUseSSL()
    • setUseSSL

      public void setUseSSL(boolean useSsl)