Package com.gooddata.md.visualization
Class Bucket
- java.lang.Object
-
- com.gooddata.md.visualization.Bucket
-
- All Implemented Interfaces:
LocallyIdentifiable,Serializable
public class Bucket extends Object implements Serializable, LocallyIdentifiable
Represents bucket withinVisualizationObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Bucket(String localIdentifier, List<BucketItem> items)Creates new instance of bucket
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<BucketItem>getItems()StringgetLocalIdentifier()inthashCode()
-
-
-
Constructor Detail
-
Bucket
public Bucket(String localIdentifier, List<BucketItem> items)
Creates new instance of bucket- Parameters:
localIdentifier- local identifier of bucketitems- list ofBucketItems for this bucket
-
-
Method Detail
-
getLocalIdentifier
public String getLocalIdentifier()
- Specified by:
getLocalIdentifierin interfaceLocallyIdentifiable- Returns:
- local identifier
-
getItems
public List<BucketItem> getItems()
- Returns:
- list of
BucketItems
-
-