public class GetVideoDetailsInput
extends java.lang.Object
Constructor and Description |
---|
GetVideoDetailsInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getContent_uniq_id()
This Method is use to Get the Content Unique Id
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getInternetSpeed()
This Method is use to Get the Internet Speed
|
java.lang.String |
getLanguage()
This Method is use to Get the language
|
java.lang.String |
getStream_uniq_id()
This Method is use to Get the Stream Unique Id
|
java.lang.String |
getUser_id()
This Method is use to Get the User ID
|
void |
setAuthToken(java.lang.String authToken)
This Method is use to Set the Auth Token
|
void |
setContent_uniq_id(java.lang.String content_uniq_id)
This Method is use to Set the Content Unique Id
|
void |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setInternetSpeed(java.lang.String internetSpeed)
This Method is use to Set the Internet Speed
|
void |
setLanguage(java.lang.String language)
This Method is use to Set the language
|
void |
setStream_uniq_id(java.lang.String stream_uniq_id)
This Method is use to Set the Stream Unique Id
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the Auth Token
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- For Setting The languagepublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The User IDpublic java.lang.String getAuthToken()
public java.lang.String getInternetSpeed()
public void setInternetSpeed(java.lang.String internetSpeed)
internetSpeed
- For Setting The Internet Speedpublic void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getContent_uniq_id()
public void setContent_uniq_id(java.lang.String content_uniq_id)
content_uniq_id
- For Setting The Content Unique Idpublic java.lang.String getStream_uniq_id()
public void setStream_uniq_id(java.lang.String stream_uniq_id)
stream_uniq_id
- For Setting The Stream Unique Id