Class InstanceGroupTimeline

    • Constructor Detail

      • InstanceGroupTimeline

        public InstanceGroupTimeline()
    • Method Detail

      • setCreationDateTime

        public void setCreationDateTime​(Date creationDateTime)

        The creation date and time of the instance group.

        Parameters:
        creationDateTime - The creation date and time of the instance group.
      • getCreationDateTime

        public Date getCreationDateTime()

        The creation date and time of the instance group.

        Returns:
        The creation date and time of the instance group.
      • withCreationDateTime

        public InstanceGroupTimeline withCreationDateTime​(Date creationDateTime)

        The creation date and time of the instance group.

        Parameters:
        creationDateTime - The creation date and time of the instance group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setReadyDateTime

        public void setReadyDateTime​(Date readyDateTime)

        The date and time when the instance group became ready to perform tasks.

        Parameters:
        readyDateTime - The date and time when the instance group became ready to perform tasks.
      • getReadyDateTime

        public Date getReadyDateTime()

        The date and time when the instance group became ready to perform tasks.

        Returns:
        The date and time when the instance group became ready to perform tasks.
      • withReadyDateTime

        public InstanceGroupTimeline withReadyDateTime​(Date readyDateTime)

        The date and time when the instance group became ready to perform tasks.

        Parameters:
        readyDateTime - The date and time when the instance group became ready to perform tasks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndDateTime

        public void setEndDateTime​(Date endDateTime)

        The date and time when the instance group terminated.

        Parameters:
        endDateTime - The date and time when the instance group terminated.
      • getEndDateTime

        public Date getEndDateTime()

        The date and time when the instance group terminated.

        Returns:
        The date and time when the instance group terminated.
      • withEndDateTime

        public InstanceGroupTimeline withEndDateTime​(Date endDateTime)

        The date and time when the instance group terminated.

        Parameters:
        endDateTime - The date and time when the instance group terminated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • 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