Class Limit


  • public final class Limit
    extends java.lang.Object
    • Method Detail

      • getMax

        public java.lang.Integer getMax()
        The maximum number of narrowcast messages to send. Use this parameter to limit the number of narrowcast messages sent. The recipients will be chosen at random.
      • getUpToRemainingQuota

        public java.lang.Boolean getUpToRemainingQuota()
        If true, the message will be sent within the maximum number of deliverable messages. The default value is false.
        Targets will be selected at random.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object