public class CommentsWithPaginationJsonBean extends Object
Modifier and Type | Field and Description |
---|---|
static CommentsWithPaginationJsonBean |
DOC_EXAMPLE |
Constructor and Description |
---|
CommentsWithPaginationJsonBean() |
Modifier and Type | Method and Description |
---|---|
Collection<CommentJsonBean> |
getComments() |
Integer |
getMaxResults() |
Integer |
getStartAt() |
Integer |
getTotal() |
void |
setComments(Collection<CommentJsonBean> comments) |
void |
setMaxResults(Integer maxResults) |
void |
setStartAt(Integer startAt) |
void |
setTotal(Integer total) |
public static final CommentsWithPaginationJsonBean DOC_EXAMPLE
public Integer getStartAt()
public void setStartAt(Integer startAt)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public Integer getTotal()
public void setTotal(Integer total)
public Collection<CommentJsonBean> getComments()
public void setComments(Collection<CommentJsonBean> comments)
Copyright © 2002-2024 Atlassian. All Rights Reserved.