クラス GetMessageEventResponse.Click

java.lang.Object
com.linecorp.bot.model.response.GetMessageEventResponse.Click
含まれているクラス:
GetMessageEventResponse

public static final class GetMessageEventResponse.Click
extends java.lang.Object
Array of information about opened URLs in the message.
  • ネストされたクラスの概要

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

    修飾子とタイプ メソッド 説明
    static GetMessageEventResponse.Click.ClickBuilder builder()  
    boolean equals​(java.lang.Object o)  
    java.lang.Long getClick()
    Number of times the URL was opened.
    java.lang.Long getSeq()
    The URL's serial number.
    java.lang.Long getUniqueClick()
    Number of people that opened the URL.
    java.lang.Long getUniqueClickOfRequest()
    Number of people who opened this url through any link in the message.
    java.lang.String getUrl()
    URL.
    int hashCode()  
    java.lang.String toString()  

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

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

    • builder

    • getSeq

      public java.lang.Long getSeq()
      The URL's serial number.
    • getUrl

      public java.lang.String getUrl()
      URL.
    • getClick

      public java.lang.Long getClick()
      Number of times the URL was opened.
    • getUniqueClick

      public java.lang.Long getUniqueClick()
      Number of people that opened the URL.
    • getUniqueClickOfRequest

      public java.lang.Long getUniqueClickOfRequest()
      Number of people who opened this url through any link in the message. If a message contains two links to the same URL and a user opens both links, they're counted only once.
    • 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