Interface BundlesData
-
- All Known Implementing Classes:
BundlesDataImpl
public interface BundlesDataHolder for bundles.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBundlesData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static BundlesData.Builderbuilder()java.util.List<java.lang.String>getBoundaries()intgetNumBundles()
-
-
-
Method Detail
-
getBoundaries
java.util.List<java.lang.String> getBoundaries()
-
getNumBundles
int getNumBundles()
-
builder
static BundlesData.Builder builder()
-
-