クラス GetMessageEventResponse.Overview

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

public static final class GetMessageEventResponse.Overview
extends java.lang.Object
Summary of message statistics.
  • ネストされたクラスの概要

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

    修飾子とタイプ メソッド 説明
    static GetMessageEventResponse.Overview.OverviewBuilder builder()  
    boolean equals​(java.lang.Object o)  
    java.lang.Long getDelivered()
    Number of messages delivered.
    java.lang.String getRequestId()
    Request ID.
    java.lang.Long getTimestamp()
    UNIX timestamp for message delivery time.
    java.lang.Long getUniqueClick()
    Number of people who opened any URL in the message.
    java.lang.Long getUniqueImpression()
    Number of people who opened the message, meaning they displayed at least 1 bubble.
    java.lang.Long getUniqueMediaPlayed()
    Number of people who started playing any video or audio in the message.
    java.lang.Long getUniqueMediaPlayed100Percent()
    Number of people who played the entirety of any video or audio in the message.
    int hashCode()  
    java.lang.String toString()  

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

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

    • builder

    • getRequestId

      public java.lang.String getRequestId()
      Request ID.
    • getTimestamp

      public java.lang.Long getTimestamp()
      UNIX timestamp for message delivery time.
    • getDelivered

      public java.lang.Long getDelivered()
      Number of messages delivered. This property shows values of less than 20. However, if all messages have not been sent, it will be null.
    • getUniqueImpression

      public java.lang.Long getUniqueImpression()
      Number of people who opened the message, meaning they displayed at least 1 bubble.
    • getUniqueClick

      public java.lang.Long getUniqueClick()
      Number of people who opened any URL in the message.
    • getUniqueMediaPlayed

      public java.lang.Long getUniqueMediaPlayed()
      Number of people who started playing any video or audio in the message.
    • getUniqueMediaPlayed100Percent

      public java.lang.Long getUniqueMediaPlayed100Percent()
      Number of people who played the entirety of any video or audio in the message.
    • 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