Class LiveStreamSessionReferrer

    • Constructor Detail

      • LiveStreamSessionReferrer

        public LiveStreamSessionReferrer()
    • Method Detail

      • getUrl

        @Nullable
        public String getUrl()
        The website the viewer of the live stream was referred to in order to view the live stream.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • getMedium

        @Nullable
        public String getMedium()
        The type of search that brought the viewer to the live stream. Organic would be they found it on their own, paid would be they found it via an advertisement.
        Returns:
        medium
      • setMedium

        public void setMedium​(String medium)
      • getSource

        @Nullable
        public String getSource()
        Where the viewer came from to see the live stream (usually where they searched from).
        Returns:
        source
      • setSource

        public void setSource​(String source)
      • getSearchTerm

        @Nullable
        public String getSearchTerm()
        What term they searched for that led them to the live stream.
        Returns:
        searchTerm
      • setSearchTerm

        public void setSearchTerm​(String searchTerm)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object