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 Summary
Constructors Constructor Description ReportCompletionDetails(java.lang.String projectName, java.lang.String reportPath, java.util.Date completionDate, long duration, boolean isScheduledRun) 
- 
Method Summary
All 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
- 
getProjectName
public java.lang.String getProjectName()
 
- 
setProjectName
public void setProjectName(java.lang.String projectName)
 
- 
getReportPath
public java.lang.String getReportPath()
 
- 
setReportPath
public void setReportPath(java.lang.String reportPath)
 
- 
getCompletionDate
public java.util.Date getCompletionDate()
 
- 
setCompletionDate
public void setCompletionDate(java.util.Date completionDate)
 
- 
getDuration
public long getDuration()
 
- 
setDuration
public void setDuration(long duration)
 
- 
isScheduledRun
public boolean isScheduledRun()
 
- 
setIsScheduledRun
public void setIsScheduledRun(boolean isScheduledRun)
 
 - 
 
 -