クラス Bubble

java.lang.Object
com.linecorp.bot.model.message.flex.container.Bubble
すべての実装されたインタフェース:
FlexContainer

public final class Bubble
extends java.lang.Object
implements FlexContainer
  • メソッドの詳細

    • builder

      public static Bubble.BubbleBuilder builder()
    • toBuilder

      public Bubble.BubbleBuilder toBuilder()
    • getDirection

      public FlexDirection getDirection()
    • getStyles

      public BubbleStyles getStyles()
    • getHeader

      public Box getHeader()
    • getHero

      public FlexComponent getHero()
    • getBody

      public Box getBody()
    • getFooter

      public Box getFooter()
    • getSize

      public Bubble.BubbleSize getSize()
    • getAction

      public Action getAction()
    • 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