Class Buckets


  • public class Buckets
    extends java.lang.Object
    DTO representing a list of buckets.
    • Constructor Summary

      Constructors 
      Constructor Description
      Buckets()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Bucket> getBuckets()  
      void setBuckets​(java.util.List<Bucket> buckets)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Buckets

        public Buckets()
    • Method Detail

      • getBuckets

        public java.util.List<Bucket> getBuckets()
      • setBuckets

        public void setBuckets​(java.util.List<Bucket> buckets)