クラス BotInfoResponse

java.lang.Object
com.linecorp.bot.model.response.BotInfoResponse

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

    • builder

      public static BotInfoResponse.BotInfoResponseBuilder builder()
    • getUserId

      public java.lang.String getUserId()
      Bot's user ID.
    • getBasicId

      public java.lang.String getBasicId()
      Bot's basic ID.
    • getPremiumId

      public java.lang.String getPremiumId()
      Bot's premium ID. Not included in the response if the premium ID isn't set.
    • getDisplayName

      public java.lang.String getDisplayName()
      Bot's display name.
    • getPictureUrl

      public java.net.URI getPictureUrl()
      Profile image URL. "https" image URL. Not included in the response if the bot doesn't have a profile image.
    • getChatMode

      public BotInfoResponse.ChatMode getChatMode()
      Bot's response mode set in the LINE Official Account Manager.
    • getMarkAsReadMode

      public BotInfoResponse.MarkAsReadMode getMarkAsReadMode()
      Automatic read setting for messages. If the bot's response mode is "Bot", auto is returned. If the response mode is "Chat", manual is returned.
    • 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