Interface PrintJobStatus

    • Method Detail

      • getReferenceId

        java.lang.String getReferenceId()
        Get the reference ID.
      • getAppId

        java.lang.String getAppId()
        Get the app ID.
      • getStartDate

        java.util.Date getStartDate()
        Get the start time (as date).
      • getStartTime

        long getStartTime()
        Get the start time (as long).
      • getCompletionTime

        java.lang.Long getCompletionTime()
        Get the completion time (as long).
      • getCompletionDate

        java.util.Date getCompletionDate()
        Get the completion time (as date).
      • getRequestCount

        long getRequestCount()
        Get the request count.
      • getError

        java.lang.String getError()
        Get the error message.
      • getElapsedTime

        long getElapsedTime()
        Get elapsed time.
      • isDone

        boolean isDone()
        is the job done?
      • getWaitingTime

        long getWaitingTime()
        Get the estimated waiting time for the job to finish.
      • setWaitingTime

        void setWaitingTime​(long waitingTime)
        Set the estimated waiting time for the job to finish (this is a transient value).
        Parameters:
        waitingTime - the waiting time