Class ReportCompletionDetails

java.lang.Object
com.inductiveautomation.reporting.common.resource.ReportCompletionDetails
All Implemented Interfaces:
Serializable

public class ReportCompletionDetails extends Object implements Serializable
Used to let the Gateway send a push notification to projects when the report completes execution
See Also:
  • Constructor Details

    • ReportCompletionDetails

      public ReportCompletionDetails(String projectName, String reportPath, Date completionDate, long duration, boolean isScheduledRun)
  • Method Details

    • getProjectName

      public String getProjectName()
    • setProjectName

      public void setProjectName(String projectName)
    • getReportPath

      public String getReportPath()
    • setReportPath

      public void setReportPath(String reportPath)
    • getCompletionDate

      public Date getCompletionDate()
    • setCompletionDate

      public void setCompletionDate(Date completionDate)
    • getDuration

      public long getDuration()
    • setDuration

      public void setDuration(long duration)
    • isScheduledRun

      public boolean isScheduledRun()
    • setIsScheduledRun

      public void setIsScheduledRun(boolean isScheduledRun)