Class CommentHistoryResult


  • public class CommentHistoryResult
    extends Object
    CommentHistoryResult.
    • Constructor Detail

      • CommentHistoryResult

        public CommentHistoryResult()
    • Method Detail

      • addCommentsItem

        public CommentHistoryResult addCommentsItem​(Comment commentsItem)
        addCommentsItem.
        Returns:
        CommentHistoryResult
      • getComments

        public List<Comment> getComments()
        .
        Returns:
        comments
      • setComments

        public void setComments​(List<Comment> comments)
        setComments.
      • getCount

        public Integer getCount()
        .
        Returns:
        count
      • setCount

        public void setCount​(Integer count)
        setCount.
      • getEndTimetoken

        public String getEndTimetoken()
        .
        Returns:
        endTimetoken
      • setEndTimetoken

        public void setEndTimetoken​(String endTimetoken)
        setEndTimetoken.
      • startTimetoken

        public CommentHistoryResult startTimetoken​(String startTimetoken)
        startTimetoken.
        Returns:
        CommentHistoryResult
      • getStartTimetoken

        public String getStartTimetoken()
        .
        Returns:
        startTimetoken
      • setStartTimetoken

        public void setStartTimetoken​(String startTimetoken)
        setStartTimetoken.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object