public class BundlesData extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
boundaries |
int |
numBundles |
| Constructor and Description |
|---|
BundlesData() |
BundlesData(int numBundles) |
BundlesData(List<String> boundaries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getBoundaries() |
int |
getNumBundles() |
int |
hashCode() |
void |
setBoundaries(List<String> boundaries) |
void |
setNumBundles(int numBundles) |
String |
toString() |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.