com.atlassian.jira.issue.fields.rest.json.beans
Class CommentsWithPaginationJsonBean

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.beans.CommentsWithPaginationJsonBean

public class CommentsWithPaginationJsonBean
extends Object

Since:
v5.0

Field Summary
static CommentsWithPaginationJsonBean DOC_EXAMPLE
           
 
Constructor Summary
CommentsWithPaginationJsonBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOC_EXAMPLE

public static final CommentsWithPaginationJsonBean DOC_EXAMPLE
Constructor Detail

CommentsWithPaginationJsonBean

public CommentsWithPaginationJsonBean()
Method Detail

getStartAt

public Integer getStartAt()

setStartAt

public void setStartAt(Integer startAt)

getMaxResults

public Integer getMaxResults()

setMaxResults

public void setMaxResults(Integer maxResults)

getTotal

public Integer getTotal()

setTotal

public void setTotal(Integer total)

getComments

public Collection<CommentJsonBean> getComments()

setComments

public void setComments(Collection<CommentJsonBean> comments)


Copyright © 2002-2013 Atlassian. All Rights Reserved.