Class PercentageAllocation


  • public class PercentageAllocation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.Integer> bucketAllocation  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bucketAllocation

        @NotNull(errorCode="bucketAllocation.null",
                 message="bucketAllocation is mandatory")
        public java.util.Map<java.lang.String,​java.lang.Integer> bucketAllocation
    • Constructor Detail

      • PercentageAllocation

        public PercentageAllocation()