public class CommentHistoryResult extends Object
| Constructor and Description |
|---|
CommentHistoryResult() |
| Modifier and Type | Method and Description |
|---|---|
CommentHistoryResult |
addCommentsItem(Comment commentsItem) |
CommentHistoryResult |
comments(List<Comment> comments) |
CommentHistoryResult |
count(Integer count) |
CommentHistoryResult |
endTimetoken(String endTimetoken) |
boolean |
equals(Object o) |
List<Comment> |
getComments() |
Integer |
getCount() |
String |
getEndTimetoken() |
String |
getStartTimetoken() |
int |
hashCode() |
void |
setComments(List<Comment> comments) |
void |
setCount(Integer count) |
void |
setEndTimetoken(String endTimetoken) |
void |
setStartTimetoken(String startTimetoken) |
CommentHistoryResult |
startTimetoken(String startTimetoken) |
String |
toString() |
public CommentHistoryResult comments(List<Comment> comments)
public CommentHistoryResult addCommentsItem(Comment commentsItem)
public CommentHistoryResult count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public CommentHistoryResult endTimetoken(String endTimetoken)
public String getEndTimetoken()
public void setEndTimetoken(String endTimetoken)
public CommentHistoryResult startTimetoken(String startTimetoken)
public String getStartTimetoken()
public void setStartTimetoken(String startTimetoken)
Copyright © 2020. All rights reserved.