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 within
VisualizationObject- 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
Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<BucketItem>getItems()java.lang.StringgetLocalIdentifier()inthashCode()
-
Constructor Details
-
Bucket
Creates new instance of bucket- Parameters:
localIdentifier- local identifier of bucketitems- list ofBucketItems for this bucket
-
-
Method Details
-
getLocalIdentifier
public java.lang.String getLocalIdentifier()- Specified by:
getLocalIdentifierin interfaceLocallyIdentifiable- Returns:
- local identifier
-
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
-