クラス RichMenuArea

java.lang.Object
com.linecorp.bot.model.richmenu.RichMenuArea

public final class RichMenuArea
extends java.lang.Object
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    RichMenuArea​(RichMenuBounds bounds, Action action)  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    boolean equals​(java.lang.Object o)  
    Action getAction()
    Action performed when the area is tapped.
    RichMenuBounds getBounds()
    Object describing the boundaries of the area in pixels.
    int hashCode()  
    java.lang.String toString()  

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

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • コンストラクタの詳細

  • メソッドの詳細

    • getBounds

      public RichMenuBounds getBounds()
      Object describing the boundaries of the area in pixels.
    • getAction

      public Action getAction()
      Action performed when the area is tapped. See Action objects.

      Note: The label field is not supported for actions in rich menus.

    • 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