public class GetMonetizationDetailsInputModel
extends java.lang.Object
Constructor and Description |
---|
GetMonetizationDetailsInputModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthToken()
This Method is use to Get the Auth Token
|
java.lang.String |
getCountryCode()
This Method is use to Get the countryCode
|
java.lang.String |
getIs_a_guest_user()
This Method is use to Get the is_a_guest_user
Note - If guest user pass 1 otherwise 0.
|
java.lang.String |
getLanguageCode()
This Method is use to Get the languageCode
|
java.lang.String |
getMovie_id()
This Method is use to Get the Movie Id
|
java.lang.String |
getPurchase_type()
This Method is use to Get the Purchase Type
|
java.lang.String |
getStream_id()
This Method is use to Get the Stream 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 |
setCountryCode(java.lang.String countryCode)
This Method is use to Set the countryCode
|
void |
setLanguageCode(java.lang.String languageCode)
This Method is use to Set the language Code
|
void |
setMovie_id(java.lang.String movie_id)
This Method is use to Set the Movie Id
|
void |
setPurchase_type(java.lang.String purchase_type)
This Method is use to Set the Purchase Type
|
void |
setStream_id(java.lang.String stream_id)
This Method is use to Set the Stream Id
|
void |
setUser_id(java.lang.String user_id)
This Method is use to Set the User Id
|
public java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String languageCode)
languageCode
- For Setting The language Codepublic java.lang.String getCountryCode()
public void setCountryCode(java.lang.String countryCode)
countryCode
- For Setting The countryCodepublic java.lang.String getIs_a_guest_user()
public java.lang.String getPurchase_type()
public void setPurchase_type(java.lang.String purchase_type)
purchase_type
- For Setting The Purchase Typepublic java.lang.String getUser_id()
public void setUser_id(java.lang.String user_id)
user_id
- For Setting The User IDpublic java.lang.String getMovie_id()
public void setMovie_id(java.lang.String movie_id)
movie_id
- For Setting The Movie IDpublic java.lang.String getStream_id()
public void setStream_id(java.lang.String stream_id)
stream_id
- For Setting The Stream IDpublic void setAuthToken(java.lang.String authToken)
authToken
- For Setting The Auth Tokenpublic java.lang.String getAuthToken()