Package com.linecorp.bot.model.response
Class GetMessageEventResponse.Click
- java.lang.Object
-
- com.linecorp.bot.model.response.GetMessageEventResponse.Click
-
- Enclosing class:
- GetMessageEventResponse
public static final class GetMessageEventResponse.Click extends java.lang.ObjectArray of information about opened URLs in the message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetMessageEventResponse.Click.ClickBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMessageEventResponse.Click.ClickBuilderbuilder()booleanequals(java.lang.Object o)java.lang.LonggetClick()Number of times the URL was opened.java.lang.LonggetSeq()The URL's serial number.java.lang.LonggetUniqueClick()Number of people that opened the URL.java.lang.LonggetUniqueClickOfRequest()Number of people who opened this url through any link in the message.java.lang.StringgetUrl()URL.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static GetMessageEventResponse.Click.ClickBuilder 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)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-