Package video.api.client.api.models
Class LiveStreamSessionReferrer
java.lang.Object
video.api.client.api.models.LiveStreamSessionReferrer
- All Implemented Interfaces:
java.io.Serializable
public class LiveStreamSessionReferrer
extends java.lang.Object
implements java.io.Serializable
LiveStreamSessionReferrer
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERIALIZED_NAME_MEDIUMstatic java.lang.StringSERIALIZED_NAME_SEARCH_TERMstatic java.lang.StringSERIALIZED_NAME_SOURCEstatic java.lang.StringSERIALIZED_NAME_URL -
Constructor Summary
Constructors Constructor Description LiveStreamSessionReferrer() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetMedium()The type of search that brought the viewer to the live stream.java.lang.StringgetSearchTerm()What term they searched for that led them to the live stream.java.lang.StringgetSource()Where the viewer came from to see the live stream (usually where they searched from).java.lang.StringgetUrl()The website the viewer of the live stream was referred to in order to view the live stream.inthashCode()LiveStreamSessionReferrermedium(java.lang.String medium)LiveStreamSessionReferrersearchTerm(java.lang.String searchTerm)voidsetMedium(java.lang.String medium)voidsetSearchTerm(java.lang.String searchTerm)voidsetSource(java.lang.String source)voidsetUrl(java.lang.String url)LiveStreamSessionReferrersource(java.lang.String source)java.lang.StringtoString()LiveStreamSessionReferrerurl(java.lang.String url)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
SERIALIZED_NAME_URL
public static final java.lang.String SERIALIZED_NAME_URL- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MEDIUM
public static final java.lang.String SERIALIZED_NAME_MEDIUM- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE
public static final java.lang.String SERIALIZED_NAME_SOURCE- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SEARCH_TERM
public static final java.lang.String SERIALIZED_NAME_SEARCH_TERM- See Also:
- Constant Field Values
-
-
Constructor Details
-
LiveStreamSessionReferrer
public LiveStreamSessionReferrer()
-
-
Method Details
-
url
-
getUrl
@Nullable public java.lang.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(java.lang.String url) -
medium
-
getMedium
@Nullable public java.lang.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(java.lang.String medium) -
source
-
getSource
@Nullable public java.lang.String getSource()Where the viewer came from to see the live stream (usually where they searched from).- Returns:
- source
-
setSource
public void setSource(java.lang.String source) -
searchTerm
-
getSearchTerm
@Nullable public java.lang.String getSearchTerm()What term they searched for that led them to the live stream.- Returns:
- searchTerm
-
setSearchTerm
public void setSearchTerm(java.lang.String searchTerm) -
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
-