Class SimpleJobStatusBlock


  • public class SimpleJobStatusBlock
    extends java.lang.Object
    Class for simple job status information.
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleJobStatusBlock​(long jobId, Status status, java.lang.String filePath, java.lang.String fileFailed)
      Constructor.
    • Constructor Detail

      • SimpleJobStatusBlock

        public SimpleJobStatusBlock​(long jobId,
                                    Status status,
                                    java.lang.String filePath,
                                    java.lang.String fileFailed)
        Constructor.
        Parameters:
        jobId -
        status -
        filePath -
        fileFailed -
    • Method Detail

      • getJobId

        public long getJobId()
        Get job id.
        Returns:
        job id
      • getStatus

        public Status getStatus()
        Get status of the job.
        Returns:
        status information
      • getFilePath

        public java.lang.String getFilePath()
        Get file path of the job.
        Returns:
        file path s tring
      • getFilesPathFailed

        public java.lang.String getFilesPathFailed()
        Get failed file path of the job.
        Returns:
        file path s tring
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object