Class ReportCompletionDetails
- java.lang.Object
- 
- com.inductiveautomation.reporting.common.resource.ReportCompletionDetails
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ReportCompletionDetails extends java.lang.Object implements java.io.SerializableUsed to let the Gateway send a push notification to projects when the report completes execution- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ReportCompletionDetails(java.lang.String projectName, java.lang.String reportPath, java.util.Date completionDate, long duration, boolean isScheduledRun)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetCompletionDate()longgetDuration()java.lang.StringgetProjectName()java.lang.StringgetReportPath()booleanisScheduledRun()voidsetCompletionDate(java.util.Date completionDate)voidsetDuration(long duration)voidsetIsScheduledRun(boolean isScheduledRun)voidsetProjectName(java.lang.String projectName)voidsetReportPath(java.lang.String reportPath)
 
- 
- 
- 
Method Detail- 
getProjectNamepublic java.lang.String getProjectName() 
 - 
setProjectNamepublic void setProjectName(java.lang.String projectName) 
 - 
getReportPathpublic java.lang.String getReportPath() 
 - 
setReportPathpublic void setReportPath(java.lang.String reportPath) 
 - 
getCompletionDatepublic java.util.Date getCompletionDate() 
 - 
setCompletionDatepublic void setCompletionDate(java.util.Date completionDate) 
 - 
getDurationpublic long getDuration() 
 - 
setDurationpublic void setDuration(long duration) 
 - 
isScheduledRunpublic boolean isScheduledRun() 
 - 
setIsScheduledRunpublic void setIsScheduledRun(boolean isScheduledRun) 
 
- 
 
-