Class AcknowledgeThirdPartyJobResult

    • Constructor Detail

      • AcknowledgeThirdPartyJobResult

        public AcknowledgeThirdPartyJobResult()
    • Method Detail

      • setStatus

        public void setStatus​(String status)

        The status information for the third party job, if any.

        Parameters:
        status - The status information for the third party job, if any.
        See Also:
        JobStatus
      • getStatus

        public String getStatus()

        The status information for the third party job, if any.

        Returns:
        The status information for the third party job, if any.
        See Also:
        JobStatus
      • withStatus

        public AcknowledgeThirdPartyJobResult withStatus​(String status)

        The status information for the third party job, if any.

        Parameters:
        status - The status information for the third party job, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus
      • setStatus

        public void setStatus​(JobStatus status)

        The status information for the third party job, if any.

        Parameters:
        status - The status information for the third party job, if any.
        See Also:
        JobStatus
      • withStatus

        public AcknowledgeThirdPartyJobResult withStatus​(JobStatus status)

        The status information for the third party job, if any.

        Parameters:
        status - The status information for the third party job, if any.
        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