Class AcknowledgeJobResult

    • Constructor Detail

      • AcknowledgeJobResult

        public AcknowledgeJobResult()
    • Method Detail

      • setStatus

        public void setStatus​(String status)

        Whether the job worker has received the specified job.

        Parameters:
        status - Whether the job worker has received the specified job.
        See Also:
        JobStatus
      • getStatus

        public String getStatus()

        Whether the job worker has received the specified job.

        Returns:
        Whether the job worker has received the specified job.
        See Also:
        JobStatus
      • withStatus

        public AcknowledgeJobResult withStatus​(String status)

        Whether the job worker has received the specified job.

        Parameters:
        status - Whether the job worker has received the specified job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus
      • setStatus

        public void setStatus​(JobStatus status)

        Whether the job worker has received the specified job.

        Parameters:
        status - Whether the job worker has received the specified job.
        See Also:
        JobStatus
      • withStatus

        public AcknowledgeJobResult withStatus​(JobStatus status)

        Whether the job worker has received the specified job.

        Parameters:
        status - Whether the job worker has received the specified job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object