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
    boolean equals​(java.lang.Object o)  
    java.util.List<BucketItem> getItems()  
    java.lang.String getLocalIdentifier()  
    int hashCode()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Bucket

      public Bucket​(java.lang.String localIdentifier, java.util.List<BucketItem> items)
      Creates new instance of bucket
      Parameters:
      localIdentifier - local identifier of bucket
      items - list of BucketItems for this bucket
  • Method Details