Class NotifReportData
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifReportData
- All Implemented Interfaces:
Serializable
Represents a FlexDeploy report file from the workflow execution. For use within Notification
Templates.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe content type of the report filebyte[]The data of the report fileThe report file namevoidsetContentType(String pContentType) The content type of the report filevoidsetFileData(byte[] pFileData) The data of the reportvoidsetFileName(String pFileName) Sets the report file name
-
Constructor Details
-
NotifReportData
public NotifReportData()
-
-
Method Details
-
setFileName
Sets the report file name- Parameters:
pFileName- The report file name
-
getFileName
The report file name- Returns:
- The report file name
-
setContentType
The content type of the report file- Parameters:
pContentType- The content type of the report file
-
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
-