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)addCommentsItem.CommentHistoryResultcomments(List<Comment> comments)comments.CommentHistoryResultcount(Integer count)count.CommentHistoryResultendTimetoken(String endTimetoken)endTimetoken.booleanequals(Object o)Compares objects.List<Comment>getComments().IntegergetCount().StringgetEndTimetoken().StringgetStartTimetoken().inthashCode()Returns the HashCode.voidsetComments(List<Comment> comments)setComments.voidsetCount(Integer count)setCount.voidsetEndTimetoken(String endTimetoken)setEndTimetoken.voidsetStartTimetoken(String startTimetoken)setStartTimetoken.CommentHistoryResultstartTimetoken(String startTimetoken)startTimetoken.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
comments
public CommentHistoryResult comments(List<Comment> comments)
comments.- Returns:
- CommentHistoryResult
-
addCommentsItem
public CommentHistoryResult addCommentsItem(Comment commentsItem)
addCommentsItem.- Returns:
- CommentHistoryResult
-
count
public CommentHistoryResult count(Integer count)
count.- Returns:
- CommentHistoryResult
-
getCount
public Integer getCount()
.- Returns:
- count
-
setCount
public void setCount(Integer count)
setCount.
-
endTimetoken
public CommentHistoryResult endTimetoken(String endTimetoken)
endTimetoken.- Returns:
- CommentHistoryResult
-
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.
-
-