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