Class GetMessageEventResponse.Click

  • Enclosing class:
    GetMessageEventResponse

    public static final class GetMessageEventResponse.Click
    extends java.lang.Object
    Array of information about opened URLs in the message.
    • Method Detail

      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object