public class BundleJobInfo extends Object
| Constructor and Description | 
|---|
BundleJobInfo(List<BundleJobBean> jobs,
                          int start,
                          int len,
                          int total)
Create a bundle info bean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<BundleJobBean> | 
getBundleJobs()
Return the bundle jobs being returned. 
 | 
int | 
getLen()
Return the number of the bundle being returned. 
 | 
int | 
getStart()
Return the offset of the bundles being returned. 
 | 
int | 
getTotal()
Return the total number of bundles. 
 | 
public BundleJobInfo(List<BundleJobBean> jobs, int start, int len, int total)
jobs - jobs being returned.start - bundle jobs offset.len - number of bundle jobs.total - total bundle jobs.public List<BundleJobBean> getBundleJobs()
public int getStart()
For pagination purposes.
public int getLen()
For pagination purposes.
public int getTotal()
For pagination purposes.
Copyright © 2016 Apache Software Foundation. All rights reserved.