public class ChangeVideoInput
extends java.lang.Object
Constructor and Description |
---|
ChangeVideoInput() |
ChangeVideoInput(java.lang.String authToken,
java.lang.String userId,
java.lang.String country,
java.lang.String languageCode,
java.lang.String streamUniqId,
java.lang.String deviceType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to get the auth Token
|
java.lang.String |
getCountry()
This Method is use to get the country
|
java.lang.String |
getDeviceType()
This Method is use to get the platformType
Device type (1->Web,2->Android,3->Ios,4->Roku).
|
java.lang.String |
getLanguageCode()
This Method is use to get the languageCode
|
java.lang.String |
getStreamUniqId()
This Method is use to get the stream Unique Id
|
java.lang.String |
getUserId()
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 |
setCountry(java.lang.String country)
This Method is use to set the country
|
void |
setDeviceType(java.lang.String deviceType)
This Method is use to set the platformType
Device type (1->Web,2->Android,3->Ios,4->Roku).
|
void |
setLanguageCode(java.lang.String languageCode)
This Method is use to set the language code
|
void |
setStreamUniqId(java.lang.String streamUniqId)
This Method is use to set the stream Unique Id
|
void |
setUserId(java.lang.String userId)
This Method is use to set the user Id
|
public ChangeVideoInput()
public ChangeVideoInput(java.lang.String authToken, java.lang.String userId, java.lang.String country, java.lang.String languageCode, java.lang.String streamUniqId, java.lang.String deviceType)
public java.lang.String getAuthToken()
public void setAuthToken(java.lang.String authToken)
authToken
- For Setting The authTokenpublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId
- For Setting The user Idpublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- For Setting The countrypublic java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- For Setting The language codepublic java.lang.String getStreamUniqId()
public void setStreamUniqId(java.lang.String streamUniqId)
streamUniqId
- For Setting The stream Unique Idpublic java.lang.String getDeviceType()
public void setDeviceType(java.lang.String deviceType)
deviceType
- For Setting The platformType