Package com.docusign.esign.model
Class CommentHistoryResult
- java.lang.Object
-
- com.docusign.esign.model.CommentHistoryResult
-
public class CommentHistoryResult extends Object
CommentHistoryResult
-
-
Constructor Summary
Constructors Constructor Description CommentHistoryResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentHistoryResultaddCommentsItem(Comment commentsItem)CommentHistoryResultcomments(List<Comment> comments)CommentHistoryResultcount(Integer count)CommentHistoryResultendTimetoken(String endTimetoken)booleanequals(Object o)List<Comment>getComments()IntegergetCount()StringgetEndTimetoken()StringgetStartTimetoken()inthashCode()voidsetComments(List<Comment> comments)voidsetCount(Integer count)voidsetEndTimetoken(String endTimetoken)voidsetStartTimetoken(String startTimetoken)CommentHistoryResultstartTimetoken(String startTimetoken)StringtoString()
-
-
-
Method Detail
-
comments
public CommentHistoryResult comments(List<Comment> comments)
-
addCommentsItem
public CommentHistoryResult addCommentsItem(Comment commentsItem)
-
count
public CommentHistoryResult count(Integer count)
-
getCount
public Integer getCount()
- Returns:
- count
-
setCount
public void setCount(Integer count)
-
endTimetoken
public CommentHistoryResult endTimetoken(String endTimetoken)
-
getEndTimetoken
public String getEndTimetoken()
- Returns:
- endTimetoken
-
setEndTimetoken
public void setEndTimetoken(String endTimetoken)
-
startTimetoken
public CommentHistoryResult startTimetoken(String startTimetoken)
-
getStartTimetoken
public String getStartTimetoken()
- Returns:
- startTimetoken
-
setStartTimetoken
public void setStartTimetoken(String startTimetoken)
-
-