クラス GetStatisticsPerUnitResponse.Message
- java.lang.Object
-
- com.linecorp.bot.model.response.GetStatisticsPerUnitResponse.Message
-
- 含まれているクラス:
- GetStatisticsPerUnitResponse
public static final class GetStatisticsPerUnitResponse.Message extends java.lang.Object
-
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static class
GetStatisticsPerUnitResponse.Message.MessageBuilder
-
メソッドの概要
すべてのメソッド staticメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 static GetStatisticsPerUnitResponse.Message.MessageBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.Long
getImpression()
Number of times the bubble was displayed.java.lang.Long
getMediaPlayed()
Number of times audio or video in the bubble started playing.java.lang.Long
getMediaPlayed100Percent()
Number of times audio or video in the bubble was played in its entirety.java.lang.Long
getMediaPlayed25Percent()
Number of times audio or video in the bubble was played from start to 25%.java.lang.Long
getMediaPlayed50Percent()
Number of times audio or video in the bubble was played from start to 50%.java.lang.Long
getMediaPlayed75Percent()
Number of times audio or video in the bubble was played from start to 75%.java.lang.Long
getSeq()
Bubble's serial number.java.lang.Long
getUniqueMediaPlayed()
Number of people that started playing audio or video in the bubble.java.lang.Long
getUniqueMediaPlayed100Percent()
Number of people that played audio or video in the bubble in its entirety.java.lang.Long
getUniqueMediaPlayed25Percent()
Number of people that played audio or video in the bubble from start to 25%.java.lang.Long
getUniqueMediaPlayed50Percent()
Number of people that played audio or video in the bubble from start to 50%.java.lang.Long
getUniqueMediaPlayed75Percent()
Number of people that played audio or video in the bubble from start to 75%.int
hashCode()
java.lang.String
toString()
-
-
-
メソッドの詳細
-
builder
public static GetStatisticsPerUnitResponse.Message.MessageBuilder builder()
-
getSeq
public java.lang.Long getSeq()
Bubble's serial number.
-
getImpression
public java.lang.Long getImpression()
Number of times the bubble was displayed.
-
getMediaPlayed
public java.lang.Long getMediaPlayed()
Number of times audio or video in the bubble started playing.
-
getMediaPlayed25Percent
public java.lang.Long getMediaPlayed25Percent()
Number of times audio or video in the bubble was played from start to 25%.
-
getMediaPlayed50Percent
public java.lang.Long getMediaPlayed50Percent()
Number of times audio or video in the bubble was played from start to 50%.
-
getMediaPlayed75Percent
public java.lang.Long getMediaPlayed75Percent()
Number of times audio or video in the bubble was played from start to 75%.
-
getMediaPlayed100Percent
public java.lang.Long getMediaPlayed100Percent()
Number of times audio or video in the bubble was played in its entirety.
-
getUniqueMediaPlayed
public java.lang.Long getUniqueMediaPlayed()
Number of people that started playing audio or video in the bubble.
-
getUniqueMediaPlayed25Percent
public java.lang.Long getUniqueMediaPlayed25Percent()
Number of people that played audio or video in the bubble from start to 25%.
-
getUniqueMediaPlayed50Percent
public java.lang.Long getUniqueMediaPlayed50Percent()
Number of people that played audio or video in the bubble from start to 50%.
-
getUniqueMediaPlayed75Percent
public java.lang.Long getUniqueMediaPlayed75Percent()
Number of people that played audio or video in the bubble from start to 75%.
-
getUniqueMediaPlayed100Percent
public java.lang.Long getUniqueMediaPlayed100Percent()
Number of people that played audio or video in the bubble in its entirety.
-
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
-
-