Class NotifReportData

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifReportData
All Implemented Interfaces:
Serializable

public class NotifReportData extends BasePOJO
Represents a FlexDeploy report file from the workflow execution. For use within Notification Templates.
See Also:
  • Constructor Details

    • NotifReportData

      public NotifReportData()
  • Method Details

    • setFileName

      public void setFileName(String pFileName)
      Sets the report file name
      Parameters:
      pFileName - The report file name
    • getFileName

      public String getFileName()
      The report file name
      Returns:
      The report file name
    • setContentType

      public void setContentType(String pContentType)
      The content type of the report file
      Parameters:
      pContentType - The content type of the report file
    • getContentType

      public String getContentType()
      The content type of the report file
      Returns:
      The content type of the report file
    • setFileData

      public void setFileData(byte[] pFileData)
      The data of the report
      Parameters:
      pFileData - The data of the report file
    • getFileData

      public byte[] getFileData()
      The data of the report file
      Returns:
      The data of the report file