Class CheckStatusResponse


  • public class CheckStatusResponse
    extends Object
    Class used internally to help determine current job status
    Version:
    5.0
    Author:
    Frank Giordano
    • Constructor Detail

      • CheckStatusResponse

        public CheckStatusResponse​(boolean statusFound,
                                   Job job)
        CheckJobStatus constructor
        Parameters:
        statusFound - holds if job status was found or not
        job - job used for status checking
    • Method Detail

      • getJob

        public Job getJob()
        Retrieve job specified
        Returns:
        job value
      • isStatusFound

        public boolean isStatusFound()
        Retrieve is statusFound specified
        Returns:
        boolean true or false
      • toString

        public String toString()
        Return string value representing CheckJobStatus object
        Overrides:
        toString in class Object
        Returns:
        string representation of CheckJobStatus