クラス LinkContent

java.lang.Object
com.linecorp.bot.model.event.link.LinkContent

public final class LinkContent
extends java.lang.Object
Content of the link account event.
  • メソッドの詳細

    • builder

      public static LinkContent.LinkContentBuilder builder()
    • toBuilder

      public LinkContent.LinkContentBuilder toBuilder()
    • getResult

      public LinkContent.Result getResult()
      One of the following values to indicate whether the link was successful or not.
      関連項目:
      LinkContent.Result
    • getNonce

      public java.lang.String getNonce()
      Specified nonce when verifying the user ID.
    • 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