Class ReportTaskRunnerHeartbeatResult

    • Constructor Detail

      • ReportTaskRunnerHeartbeatResult

        public ReportTaskRunnerHeartbeatResult()
    • Method Detail

      • setTerminate

        public void setTerminate​(Boolean terminate)

        Indicates whether the calling task runner should terminate.

        Parameters:
        terminate - Indicates whether the calling task runner should terminate.
      • getTerminate

        public Boolean getTerminate()

        Indicates whether the calling task runner should terminate.

        Returns:
        Indicates whether the calling task runner should terminate.
      • withTerminate

        public ReportTaskRunnerHeartbeatResult withTerminate​(Boolean terminate)

        Indicates whether the calling task runner should terminate.

        Parameters:
        terminate - Indicates whether the calling task runner should terminate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTerminate

        public Boolean isTerminate()

        Indicates whether the calling task runner should terminate.

        Returns:
        Indicates whether the calling task runner should terminate.
      • 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