クラス Limit

java.lang.Object
com.linecorp.bot.model.narrowcast.Limit

public final class Limit
extends java.lang.Object
  • ネストされたクラスの概要

    ネストされたクラス
    修飾子とタイプ クラス 説明
    static class  Limit.LimitBuilder  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static Limit.LimitBuilder builder()  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer getMax()
    The maximum number of narrowcast messages to send.
    java.lang.Boolean getUpToRemainingQuota()
    If true, the message will be sent within the maximum number of deliverable messages.
    int hashCode()  
    java.lang.String toString()  

    クラスから継承されたメソッド java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • メソッドの詳細

    • builder

      public static Limit.LimitBuilder builder()
    • 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)
      オーバーライド:
      equals クラス内 java.lang.Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 java.lang.Object
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object