Package video.api.client.api.models
Class VideoSessionReferrer
java.lang.Object
video.api.client.api.models.VideoSessionReferrer
- All Implemented Interfaces:
java.io.Serializable
public class VideoSessionReferrer
extends java.lang.Object
implements java.io.Serializable
VideoSessionReferrer
- 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 VideoSessionReferrer() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetMedium()How they arrived at the site, for example organic or paid.java.lang.StringgetSearchTerm()The search term they typed to arrive at the video session.java.lang.StringgetSource()The source the referrer came from to the video session.java.lang.StringgetUrl()The link the viewer used to reach the video session.inthashCode()VideoSessionReferrermedium(java.lang.String medium)VideoSessionReferrersearchTerm(java.lang.String searchTerm)voidsetMedium(java.lang.String medium)voidsetSearchTerm(java.lang.String searchTerm)voidsetSource(java.lang.String source)voidsetUrl(java.lang.String url)VideoSessionReferrersource(java.lang.String source)java.lang.StringtoString()VideoSessionReferrerurl(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
-
VideoSessionReferrer
public VideoSessionReferrer()
-
-
Method Details
-
url
-
getUrl
@Nullable public java.lang.String getUrl()The link the viewer used to reach the video session.- Returns:
- url
-
setUrl
public void setUrl(java.lang.String url) -
medium
-
getMedium
@Nullable public java.lang.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(java.lang.String medium) -
source
-
getSource
@Nullable public java.lang.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(java.lang.String source) -
searchTerm
-
getSearchTerm
@Nullable public java.lang.String getSearchTerm()The search term they typed to arrive at the video session.- 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
-