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)
bundle - jobs being returned.start - bundle jobs offset.len - number of bundle jobs.total - total bundle jobs.public List<BundleJobBean> getBundleJobs()
public int getStart()
public int getLen()
public int getTotal()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.