Class VideoSessionReferrer

    • Constructor Detail

      • VideoSessionReferrer

        public VideoSessionReferrer()
    • Method Detail

      • getUrl

        @Nullable
        public String getUrl()
        The link the viewer used to reach the video session.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • getMedium

        @Nullable
        public String getMedium()
        How they arrived at the site, for example organic or paid. Organic meaning they found it themselves and paid meaning they followed a link from an advertisement.
        Returns:
        medium
      • setMedium

        public void setMedium​(String medium)
      • getSource

        @Nullable
        public String getSource()
        The source the referrer came from to the video session. For example if they searched through google to find the stream.
        Returns:
        source
      • setSource

        public void setSource​(String source)
      • getSearchTerm

        @Nullable
        public String getSearchTerm()
        The search term they typed to arrive at the video session.
        Returns:
        searchTerm
      • setSearchTerm

        public void setSearchTerm​(String searchTerm)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object