Class PageLifeEvent

    • Method Detail

      • setCreatedTime

        public void setCreatedTime​(Date createdTime)
        The time when this milestone was published
      • getDescription

        public String getDescription()
        Description of the milestone.
        Returns:
        Description of the milestone.
      • getEndTime

        public Date getEndTime()
        The time when this milestone came to an end.
        Returns:
        The time when this milestone came to an end.
      • setEndTime

        public void setEndTime​(Date endTime)
        The time when this milestone came to an end.
      • getFromPage

        public Page getFromPage()
        The information of the Page that owns the milestone.
        Returns:
        The information of the Page that owns the milestone.
      • setFromPage

        public void setFromPage​(Page fromPage)
        The information of the Page that owns the milestone.
      • getIsHidden

        public Boolean getIsHidden()
        Whether the milestone is hidden or not.
        Returns:
        true if the post is hidden, otherwise return false.
      • setIsHidden

        public void setIsHidden​(Boolean isHidden)
        Whether the milestone is hidden or not.
      • getStartTime

        public Date getStartTime()
        The time when this milestone was started.
        Returns:
        The time when this milestone was started.
      • setStartTime

        public void setStartTime​(Date startTime)
        The time when this milestone was started.
      • getTitle

        public String getTitle()
        The title of the milestone.
        Returns:
        The title of the milestone.
      • setTitle

        public void setTitle​(String title)
        The title of the milestone.
      • getUpdatedTime

        public Date getUpdatedTime()
        The time when this milestone was updated.
        Returns:
        The time when this milestone was updated.
      • setUpdatedTime

        public void setUpdatedTime​(Date updatedTime)
        The time when this milestone was updated.