com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class WorklogWithPaginationBean

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.WorklogWithPaginationBean

public class WorklogWithPaginationBean
extends Object


Field Summary
 Integer maxResults
           
 Integer startAt
           
 Integer total
           
 List<Worklog> worklogs
           
 
Constructor Summary
WorklogWithPaginationBean()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startAt

public Integer startAt

maxResults

public Integer maxResults

total

public Integer total

worklogs

public List<Worklog> worklogs
Constructor Detail

WorklogWithPaginationBean

public WorklogWithPaginationBean()


Copyright © 2002-2012 Atlassian. All Rights Reserved.